1
0
mirror of https://github.com/meineerde/dotfiles.git synced 2026-02-05 16:43:22 +00:00

Fixed display of git branch

This commit is contained in:
Holger Just 2010-08-03 16:34:19 +02:00
parent 47a5ff8dd5
commit cc5a9a40d5

View File

@ -16,7 +16,7 @@ __prompt_command() {
}
git_dir() {
ref=`__git_ps1`
ref=$(echo -e $(__git_ps1))
if [ -z $ref ]; then return 1; fi
vcs="git"
alias pull="git pull"