sh 我在Mac上的.bash_profile文件

Posted

tags:

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

# Setting PATH for Python 3.6
# The original version is saved in .bash_profile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/3.6/bin:${PATH}"
export PATH

#----------------------------------------------------------------------
#enables colorin the terminal bash shell export
export CLICOLOR=1

#sets up thecolor scheme for list export
export LSCOLORS=gxfxcxdxbxegedabagacad

#sets up theprompt color (currently a green similar to linux terminal)
export PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;36m\]\w\[\033[00m\]\$ '

#enables colorfor iTerm
export TERM=xterm-color

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

mac 修改bash_profile文件

Mac 系统上的环境变量不生效

text Mac上的.bash_profile

如何从 oh-my-zsh 和 Mac 上的“ls”命令输出中删除文件类型分类器?

终端认为我在 .bash_profile (mac) 中输入的命令中的“nano”是“open”

Mac 终端每次启动都要执行 source .bash_profile