标签:class pre 加载 系统 一半 用户 nbsp 窗口 ash
mac 下 关于 .bashrc 和 .bash_profile
1.首先.bashrc 可能自带的系统里没有这个文件。
2.bash_profile 里边一半放的是PATH相关。
3. .bashrc 一般放的是用户私有的,比如alias相关。
4. 需要在多个窗口生效时 ,需要在.bash_profile里加载。
if [ -f ~/.bashrc ] && [ $SHELL = ‘/bin/bash‘ ]; then source ~/.bashrc fi
标签:class pre 加载 系统 一半 用户 nbsp 窗口 ash
原文地址:https://www.cnblogs.com/camouflage/p/11468669.html