首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 操作系统 >

mac命令行美化配备

2012-08-17 
mac命令行美化配置te@imac ~$ cat .bash_profile export CLICOLOR1# \h:\W \u\$export PS1\[\033[0133

mac命令行美化配置
te@imac ~$ cat .bash_profile

export CLICOLOR=1# \h:\W \u\$export PS1='\[\033[01;33m\]\u@\h\[\033[01;31m\] \W\$\[\033[00m\] '# grepalias grep='grep --color=always'

热点排行