1. 10 Feb, 2015 3 commits
  2. 04 Feb, 2015 1 commit
  3. 28 Jan, 2015 1 commit
  4. 21 Dec, 2014 1 commit
  5. 22 Aug, 2014 1 commit
  6. 25 Mar, 2014 1 commit
    • Marc Cornellà's avatar
      Escape % in $CMD variable · 5137e0e5
      Marc Cornellà authored
      Fixes formatting on some rare cases when a percent ends up
      in the $CMD variable, like these below:
      
      - When assigning a variable, $CMD ends up with the second parameter;
      in this case, $CMD will contain '+%s%N', messing with the syntax:
      
       $ a=`date +%s%N`
      
      - A function (or command in general) that contains a percent symbol:
      
       $ to\%() { echo $(( $1 * 100 / $3))\% } # $CMD=to%()
       $ to% 2 of 10 # $CMD=to%
      5137e0e5
  7. 21 Feb, 2014 4 commits
  8. 11 Jun, 2013 1 commit
  9. 14 Feb, 2013 1 commit
  10. 31 Dec, 2012 1 commit
    • Robby Russell's avatar
      Fixes #1489 · c5ecb4e1
      Robby Russell authored
      Revert "Fixed Mac OS X Terminal.app related issue with extra newlines being printed out sometimes"
      
      This reverts commit 8f89d4d5.
      c5ecb4e1
  11. 02 Dec, 2012 1 commit
  12. 03 Oct, 2012 1 commit
    • Markus Scherer's avatar
      fix title setting bug in xterm and urxvt · 43bd46b7
      Markus Scherer authored
      Before this patch, commands containing %-signs set the title wrong
      (urxvt and xterm) [1] and produce strange output in urxvt [2].
      
      test for bug 1:
      > sleep 10 && echo %
      sets title to "sleep 10 && echo %<<"
      > sleep 10 && echo %f
      doesn't change the title at all
      
      test for bug 2 (only urxvt):
      > echo %f
      39m%f
      ^^^^^----- output
      43bd46b7
  13. 07 Mar, 2012 1 commit
  14. 27 Jan, 2012 1 commit
  15. 15 Nov, 2011 1 commit
  16. 02 May, 2011 1 commit
  17. 04 Apr, 2011 3 commits
  18. 24 Mar, 2011 1 commit
  19. 16 Mar, 2011 1 commit
  20. 13 Mar, 2011 1 commit
  21. 07 Mar, 2011 1 commit
  22. 30 Jan, 2011 1 commit
    • Renaud (Nel) Morvan's avatar
      Refactor window and tab title in tty · faac3ba8
      Renaud (Nel) Morvan authored
      Term window title and tab title are now skinable
      Tab title can be different from window title (when supported by term)
      Default theme is optimized of usuability (no %u@%m: $~ in a 10 char tab)
      Cleanup code duplication and add comment for supported terms
      On osX it works great on iterm, and is decent once you tweak Terminal pref
      Tested under GNU screen, iTerm and Apple Terminal, need to be tested on linux
      TODO implement Konsole support (via dbus)
      faac3ba8
  23. 09 Nov, 2009 1 commit
    • Robby Russell's avatar
      Revert "Added my prompt theme, with a tweak to the core oh-my-zsh to support... · c6204089
      Robby Russell authored
      Revert "Added my prompt theme, with a tweak to the core oh-my-zsh to support it. My git_prompt_info function not only reports the branch and dirty status, but also whether or not the branch is ahead or behind of the remote, or both. It also switches the prompt colour from green to red if the previous command exited with a non-zero value (i.e. failed)."
      
      This reverts commit 14a1ce80.
      c6204089
  24. 08 Nov, 2009 1 commit
    • James Adam's avatar
      Added my prompt theme, with a tweak to the core oh-my-zsh to support it. My... · 14a1ce80
      James Adam authored
      Added my prompt theme, with a tweak to the core oh-my-zsh to support it. My git_prompt_info function not only reports the branch and dirty status, but also whether or not the branch is ahead or behind of the remote, or both. It also switches the prompt colour from green to red if the previous command exited with a non-zero value (i.e. failed).
      14a1ce80
  25. 23 Sep, 2009 1 commit
  26. 22 Sep, 2009 2 commits