iTerm2设置的弯路

2017-11-07  本文已影响0人  安安zoe

iTerm2 设置的弯路

1. 下载iTerm2

2. iTerm2 的配色方案

3. bash更改配色方案

export  CLICOLOR=1
LSCOLORS=gxfxcxdxbxegedabagacad
export PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;36m\]\w\[\033[00m\]\$'

export TERM=xterm-color
alias ls ='ls-G' # OS X
alias ls = 'ls --color= atuo'  # Linux

4. on the zsh 方案

chsh -s /bin/zsh # 切换默认shell

5. 奇怪的问题

6. iterm2的使用

上一篇 下一篇

猜你喜欢

热点阅读