1. 21 Feb, 2012 1 commit
  2. 08 Feb, 2012 3 commits
  3. 27 Jan, 2012 1 commit
  4. 30 Dec, 2011 1 commit
  5. 25 Dec, 2011 1 commit
  6. 22 Dec, 2011 1 commit
  7. 21 Dec, 2011 1 commit
  8. 03 Dec, 2011 1 commit
  9. 15 Nov, 2011 1 commit
  10. 31 Aug, 2011 1 commit
  11. 28 Jul, 2011 1 commit
  12. 24 Jul, 2011 1 commit
  13. 23 Jul, 2011 4 commits
  14. 18 Jul, 2011 1 commit
  15. 14 Jul, 2011 1 commit
  16. 02 Jun, 2011 1 commit
  17. 31 May, 2011 1 commit
  18. 09 May, 2011 1 commit
  19. 02 May, 2011 1 commit
  20. 29 Apr, 2011 1 commit
    • Juan G. Hurtado's avatar
      Adds new prompt methods on Git lib · 077baa7b
      Juan G. Hurtado authored
      Modifies the Git lib file (lib/git.zsh), adding three new prompt
      methods:
      
      - git_prompt_ahead(): Shows the content of the custom var
        $ZSH_THEME_GIT_PROMPT_AHEAD if the local repository has
        commits ahead from the remote origin repository
      
      - git_prompt_short_sha(): Shows last commit SHA hash in short
        mode wrapped between the content of the custom vars
        $ZSH_THEME_GIT_PROMPT_SHA_BEFORE and
        $ZSH_THEME_GIT_PROMPT_SHA_AFTER
      
      - git_prompt_long_sha(): Shows last commit SHA hash in long
        mode wrapped between the content of the custom vars
        $ZSH_THEME_GIT_PROMPT_SHA_BEFORE and
        $ZSH_THEME_GIT_PROMPT_SHA_AFTER
      077baa7b
  21. 20 Apr, 2011 1 commit
  22. 19 Apr, 2011 1 commit
  23. 12 Apr, 2011 2 commits
  24. 08 Apr, 2011 2 commits
  25. 04 Apr, 2011 3 commits
  26. 24 Mar, 2011 1 commit
  27. 16 Mar, 2011 1 commit
  28. 13 Mar, 2011 1 commit
  29. 12 Mar, 2011 1 commit
  30. 04 Feb, 2011 1 commit
  31. 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