mac系统环境变量

a. /etc/profile 
b. /etc/paths 
c. ~/.bash_profile 
d. ~/.bash_login 
e. ~/.profile 
f. ~/.bashrc 

其中a和b是系统级别的,系统启动就会加载,其余是用户接别的。
c,d,e按照从前往后的顺序读取,如果c文件存在,则后面的几个文件就会被忽略不读了,以此类推。
~/.bashrc没有上述规则,它是bash shell打开的时候载入的。

posted on 2019-10-04 12:30  fengZQ  阅读(1567)  评论(0编辑  收藏  举报

导航