text Mac上的.bash_profile
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text Mac上的.bash_profile相关的知识,希望对你有一定的参考价值。
export ANDROID_HOME=$HOME/Library/Android/sdk
export PATH=$PATH:$ANDROID_HOME/emulator
export PATH=$PATH:$ANDROID_HOME/tools
export PATH=$PATH:$ANDROID_HOME/tools/bin
export PATH=$PATH:$ANDROID_HOME/platform-tools
export CLICOLOR=1
export LSCOLORS=GxFxCxDxBxegedabagaced
parse_git_branch() {
git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/ (\1)/'
}
export PS1="\W\[\033[32m\]\$(parse_git_branch)\[\033[00m\] \[\033[32m\]▷\[\033[00m\] "
以上是关于text Mac上的.bash_profile的主要内容,如果未能解决你的问题,请参考以下文章
sh 我在Mac上的.bash_profile文件
mac 修改bash_profile文件
MAC 打开.bash_profile
mac 配置.bash_profile不生效问题
Mac下打开./bash_profile
今日实际操作----Dart Mac开发与运行环境配置 配置.bash_profile