标签: zshrc
我的.zshrc文件中有以下代码。 当我进入我的回购并且 git分支名称没有出现在控制台的右侧,直到我使用
.zshrc
source~ / .zshrc
parse_git_branch() { git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/ (\1)/' } RPS1=`parse_git_branch`
答案 0 :(得分:0)
我建议你使用Oh-My-Zsh
https://github.com/robbyrussell/oh-my-zsh
开箱即用(分支名称,着色,藏匿......)