1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-08 00:10:41 +01:00

Removing some unused git-dirty parsing code.

This commit is contained in:
Robby Russell
2009-08-30 17:46:51 -07:00
parent 538c54ba84
commit fe8f83cd78
2 changed files with 0 additions and 3 deletions

View File

@@ -9,8 +9,6 @@ function git_prompt_info() {
CURRENT_BRANCH=''
fi
#echo "%{$fg[red]%}git:(%{$fg[green]$CURRENT_BRANCH%{$fg[red])"
echo $CURRENT_BRANCH
}