mac ~/.bash_profile 配置

时间:2014-11-15 21:46:50   收藏:0   阅读:415

#export CLICOLOR=1

#export LSCOLORS=GxFxCxDxBxegedabagaced

export CLICOLOR=1

# \h:\W \u\$

#export PS1=‘\[\033[01;33m\]\u@\h\[\033[01;31m\] \W\$\[\033[00m\] ‘


export PS1="[\u@\w]\$ "


alias grep=‘grep --color‘

alias bssrelease=‘ssh webmaster@10.10.65.60‘

alias bssonline=‘ssh webmaster@10.10.65.103‘

原文:http://blog.csdn.net/wangjuntytl/article/details/41151467

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!