欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

mac命令行美化配置 博客分类: LINUX BashJava 

程序员文章站 2024-02-12 14:30:58
...
te@imac ~$ cat .bash_profile
export CLICOLOR=1
# \h:\W \u\$
export PS1='\[\033[01;33m\]\u@\h\[\033[01;31m\] \W\$\[\033[00m\] '
# grep
alias grep='grep --color=always'

相关标签: Bash Java