text 在.bash_profile

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 在.bash_profile相关的知识,希望对你有一定的参考价值。

## 
# For Git autocomplete
##

if [ -f ~/.git-completion.bash ]; then
  . ~/.git-completion.bash
fi

## 
# Add current git branch to command prompt
##

function parse_git_branch () {
  git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/ (\1)/'
}
 
RED="\[\033[0;31m\]"
YELLOW="\[\033[0;33m\]"
GREEN="\[\033[0;32m\]"
NO_COLOR="\[\033[0m\]"
 
PS1="\w$YELLOW\$(parse_git_branch)$NO_COLOR\$ "

以上是关于text 在.bash_profile的主要内容,如果未能解决你的问题,请参考以下文章

text .bash_profile中

text .bash_profile中

text .bash_profile中

text .bash_profile中

text Vagrant .bash_profile

text Mac上的.bash_profile