标签:
Editor ~/.bash_profile
alias ls="ls -G"
# for color
export CLICOLOR=1
# \h:\W \u\$
export PS1=‘\[\033[01;33m\]\u@\h\[\033[01;31m\] \W\$\[\033[00m\] ‘
注:如果没有生效: $source .bash_profile
标签:
原文地址:http://www.cnblogs.com/chinesedream/p/4209083.html