text .bash_profile中

Posted

tags:

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

############
## Setup NVM

. /Users/Sergey/.nvm/lazy-load.sh

##################
## Setup newer PHP

export PATH="/usr/local/php5/bin":"$PATH"
export PATH="$HOME/.composer/vendor/bin":"$PATH"

#########################
## Set up Terminal Prompt

git_branch() {
     git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/ [\1]/'
}

export PS1="

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

text .bash_profile中

text .bash_profile中

text [在同一会话中重新加载bash_profile] #bash #linux

text 在.bash_profile

text Vagrant .bash_profile

text Mac上的.bash_profile