您的位置:首页 > 运维架构 > Shell

mac ~/.bash_profile 配置

2014-11-15 21:38 225 查看
#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'
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: