首页 > 代码库 > mac ~/.bash_profile 配置

mac ~/.bash_profile 配置

#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‘

mac ~/.bash_profile 配置