无法在mac终端提示符中看到git分支

时间:2016-05-12 15:50:58

标签: git bash macos terminal

我正在尝试通过编辑bash配置文件将git分支添加到我的终端提示符,但无法确定它为什么不起作用 - 未能将答案应用于任何其他已发布的问题。以下是我现在的个人资料:

if  [ -f $(brew --prefix)/etc/bash_completion.d/git-prompt.sh ]; then
    source $(brew --prefix)/etc/bash_completion.d/git-prompt.sh
    GIT_PS1_SHOWDIRTYSTATE=1
    PS1='\w$(__git_ps1) \n\$ '
fi

为了记录,当我运行brew install bash-completion时,它没有在bash_completion.d目录中创建git-prompt.sh。

0 个答案:

没有答案