- 29 Jul, 2012 1 commit
-
-
Caio Romão authored
This patch makes git_prompt_status support three new status variables: - ZSH_THEME_GIT_PROMPT_AHEAD - ZSH_THEME_GIT_PROMPT_BEHIND - ZSH_THEME_GIT_PROMPT_DIVERGED With these extra variables it's easy to see (1) if you have commits in your local branch that weren't pushed to the remote (AHEAD), (2) if there are commits in the remote that you haven't merged/rebased yet (BEHIND) or (3) if you have local unpushed commits AND the remote has some commits you haven't merged yet (DIVERGED). Refer to the first line displayed on `git status -b --porcelain`. An example setup in a .zsh-theme file would be: ZSH_THEME_GIT_PROMPT_AHEAD="↑" ZSH_THEME_GIT_PROMPT_BEHIND="↓" ZSH_THEME_GIT_PROMPT_DIVERGED="
↕ "
-
- 12 Jun, 2012 1 commit
-
-
s3 authored
-
- 18 Mar, 2012 1 commit
-
-
Mat Schaffer authored
Esc+. works as "last arg" on both bash and zsh. Seems like a shame to introduce a new standard.
-
- 07 Mar, 2012 1 commit
-
-
Jeffrey Dileo authored
-
- 01 Mar, 2012 1 commit
-
-
Rotem Yaari authored
-
- 28 Feb, 2012 1 commit
-
-
Alex Light authored
-
- 21 Feb, 2012 1 commit
-
-
cruser42 authored
-
- 08 Feb, 2012 3 commits
-
-
Aleksey Orekhov authored
-
Aleksey Orekhov authored
-
Aleksey Orekhov authored
-
- 27 Jan, 2012 1 commit
-
-
Carlos Rodriguez authored
-
- 30 Dec, 2011 1 commit
-
-
Gustavo Barron authored
Main library should use ZSH native hostname function
-
- 25 Dec, 2011 1 commit
-
-
Indrajit Raychaudhuri authored
-
- 22 Dec, 2011 1 commit
-
-
Kyle Smith authored
-
- 21 Dec, 2011 1 commit
-
-
julien@macbook authored
-
- 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.
-