|
我添加了$PATH,但是每次似乎都不加载,为什么呢?
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH HOME/bin
export PATH
unset USERNAME
每次$PATH中都没有/home/bluestar/bin,添加其它目录也没有:( |
|