- 03 Dec, 2011 1 commit
-
-
Göran Gustafsson authored
-
- 15 Nov, 2011 1 commit
-
-
Christian Höltje authored
This is needed to play nice with plugins that need various hooks.
-
- 31 Aug, 2011 1 commit
-
-
Robby Russell authored
After a few weeks of using this, I'd prefer this to not be enabled by default. My bad for suggesting that in the first place. This reverts commit fc49b4a4.
-
- 28 Jul, 2011 1 commit
-
-
Loïc Yhuel authored
-
- 24 Jul, 2011 1 commit
-
-
Loïc Yhuel authored
-
- 23 Jul, 2011 4 commits
-
-
Loïc Yhuel authored
-
Sven Lito authored
-
hobbestigrou authored
-
Benjamin Boudreau authored
-
- 18 Jul, 2011 1 commit
-
-
Christopher Sexton authored
The command C-x C-e opens the current command line for editing in the editor defined by the $EDITOR environment variable. Thanks to Craig Bosma and his blog post about this: http://distrustsimplicity.net/articles/zsh-command-editing
-
- 14 Jul, 2011 1 commit
-
-
Brandon Konkle authored
-
- 02 Jun, 2011 1 commit
-
-
Sorin Ionescu authored
-
- 31 May, 2011 1 commit
-
-
Michael Hanson authored
-
- 09 May, 2011 1 commit
-
-
Juan G. Hurtado authored
Changes method git_parse_ahead() on git.zsh lib file. Before this change it checked directly against origin/master branch. Now it uses $(current_branch) to check for not pushed changes against the current remote branch.
-
- 02 May, 2011 1 commit
-
-
Renaud (Nel) Morvan authored
-
- 29 Apr, 2011 1 commit
-
-
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
-
- 20 Apr, 2011 1 commit
-
-
Arthur Kalmenson authored
-
- 19 Apr, 2011 1 commit
-
-
Arthur Kalmenson authored
-
- 12 Apr, 2011 2 commits
-
-
Pat Regan authored
-
Robby Russell authored
This reverts commit c3a58b00.
-
- 08 Apr, 2011 2 commits
- 04 Apr, 2011 3 commits
-
-
Renaud (Nel) Morvan authored
-
Renaud (Nel) Morvan authored
Fix by derekjw. closes #52.
-
Renaud (Nel) Morvan authored
Closes #45 #57 #58 #86.
-
- 24 Mar, 2011 1 commit
-
-
Lorrin Nelson authored
-
- 16 Mar, 2011 1 commit
-
-
Robby Russell authored
Was causing iTerm title to disappear entirely.. This reverts commit d4ea399b.
-
- 13 Mar, 2011 1 commit
-
-
Matt Cable authored
doesn't support tabs titles.
-
- 12 Mar, 2011 1 commit
-
-
Woody Gilk authored
-
- 04 Feb, 2011 1 commit
-
-
Sorin Ionescu authored
-
- 30 Jan, 2011 1 commit
-
-
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)
-
- 24 Jan, 2011 1 commit
-
-
Lorenzo Manacorda authored
-
- 10 Jan, 2011 1 commit
-
-
Robin Ramael authored
-
- 09 Jan, 2011 1 commit
-
-
Michael Komitee authored
-
- 25 Dec, 2010 1 commit
-
-
SuprDewd authored
-
- 24 Dec, 2010 1 commit
-
-
SuprDewd authored
Also an alias for the function.
-
- 21 Dec, 2010 1 commit
-
-
Derek Prior authored
-
- 20 Nov, 2010 1 commit
-
-
Julien Nicoulaud authored
Allows to use 256 colors in prompt themes.
-
- 03 Nov, 2010 1 commit
-
-
gwjo authored
Use /etc/hosts in addtion to $HOME/.ssh/known_hosts as the source for hostname completion Turn on completion caching to speed up certain comands When completing usernames, don't include system accounts by default
-
- 09 Oct, 2010 1 commit
-
-
Sven Lito authored
-