LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 593|回复: 0

为什么我的.bash_profile无效呢?

[复制链接]
发表于 2003-9-29 10:54:29 | 显示全部楼层 |阅读模式
我添加了$PATH,但是每次似乎都不加载,为什么呢?

# .bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
        . ~/.bashrc
fi

# User specific environment and startup programs

PATH=$PATHHOME/bin

export PATH
unset USERNAME


每次$PATH中都没有/home/bluestar/bin,添加其它目录也没有:(
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表