|

楼主 |
发表于 2002-12-4 20:04:31
|
显示全部楼层
当时就是这们:
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH HOME/bin
BASH_ENV=$HOME/.bashrc
USERNAME="root"
export USERNAME BASH_ENV PATH
export PS1=[\u@\w]\$
[root@LWJ root]#
另外,在BLFS中ZSH的四个文件怎么配置:/etc/zshenv, /etc/zprofile, /etc/zshrc, /etc/zlogin and /etc/zlogout |
|