diff options
author | Robby Russell <robby@planetargon.com> | 2009-08-30 17:46:51 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2009-08-30 17:46:51 -0700 |
commit | fe8f83cd78e5a514eeee7801a74f196a7d17d580 (patch) | |
tree | 0adceef106e00fe0625f88c45086235ccb7d0070 /git.zsh | |
parent | 538c54ba8479e99964538755ab49dd47f3edf955 (diff) | |
download | zsh-fe8f83cd78e5a514eeee7801a74f196a7d17d580.tar.gz zsh-fe8f83cd78e5a514eeee7801a74f196a7d17d580.tar.bz2 zsh-fe8f83cd78e5a514eeee7801a74f196a7d17d580.zip |
Removing some unused git-dirty parsing code.
Diffstat (limited to 'git.zsh')
-rw-r--r-- | git.zsh | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -9,8 +9,6 @@ function git_prompt_info() { CURRENT_BRANCH='' fi - - #echo "%{$fg[red]%}git:(%{$fg[green]$CURRENT_BRANCH%{$fg[red])" echo $CURRENT_BRANCH } |