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:
parent
47a5ff8dd5
commit
cc5a9a40d5
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user