配置 iTerm2 主题及字体颜色
终端高亮
# iTerm 2
#enables colorin the terminal bash shell export
export CLICOLOR=1
#setsup thecolor scheme for list export
export LSCOLORS=gxfxcxdxbxegedabagacad
#sets up theprompt color (currently a green similar to linux terminal)
export PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;36m\]\w\[\033[00m\]\$ '
#enables colorfor iTerm
export TERM=xterm-256color
1
2
3
4
5
6
7
8
9
10
11
12
2
3
4
5
6
7
8
9
10
11
12
reference
访客IP ,您的网络 访问优先
本站是个人博客,书写大数据、数据科学等领域的原创学习记录,转载请注明出处
本站运行于腾讯云