1. 21 Feb, 2014 4 commits
  2. 11 Jun, 2013 1 commit
  3. 14 Feb, 2013 1 commit
  4. 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
  5. 02 Dec, 2012 1 commit
  6. 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
  7. 07 Mar, 2012 1 commit
  8. 27 Jan, 2012 1 commit
  9. 15 Nov, 2011 1 commit
  10. 02 May, 2011 1 commit
  11. 04 Apr, 2011 3 commits
  12. 24 Mar, 2011 1 commit
  13. 16 Mar, 2011 1 commit
  14. 13 Mar, 2011 1 commit
  15. 07 Mar, 2011 1 commit
  16. 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
  17. 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
  18. 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
  19. 23 Sep, 2009 1 commit
  20. 22 Sep, 2009 2 commits