|
发表于 2009-1-8 15:45:18
|
显示全部楼层
帮忙看看。谢谢。
####ld.so.conf
/usr/local/lib
/opt/lib
/usr/X11R6/lib
# End of ld.so.conf
####.xinitrc
# Begin .xinitrc file
xterm -g 80x40+0+0
xcolck -g 100x100-0+0
twn
####profile
# Begin /etc/profile
export
LANG=zh_CN.UTF-8
export INPUTRC=/etc/inputrc
alias ls="ls --color"
export
PS1='\u:\w\$ '
# End /etc/profile
pathman(){
if ! echo $PATH | /bin/egrep -q "(^|:)$1($|:)"; then
if [ "$2" = "last" ] ; then
PATH=$PATH 1
else
PATH=$1 PATH
fi
fi
} |
|