1
0
Fork 0

Strip colours from git.zsh

pull/4/head
Geoff Garside 15 years ago
parent 1f82cfc85a
commit be966214c9

@ -4,7 +4,7 @@ function git_prompt_info() {
branch=${ref#refs/heads/}
if [[ -d .git ]]; then
CURRENT_BRANCH="%{$fg[red]%}git:(%{$fg[green]${branch}%{$fg[red])"
CURRENT_BRANCH="(${branch})"
else
CURRENT_BRANCH=''
fi

Loading…
Cancel
Save