
1 songyuwen Oct 25, 2014 新开一个窗口: Shell > New Window > tomorrow 再试试. 另外, 你可以安装`oh-my-zsh`(还有一个zsh-syntax-highlighting可以高亮命令),应该可以显示彩色, bash默认大部分都是单色的. 打开vim, 你输入`:colorscheme Tomorrow-Night-Eighties` 看看有没有效果. |
2 songyuwen Oct 25, 2014 对了你应该把`Tomorrow-Night-Eighties.vim`放在 `~/.vim/colors`目录下. vim 这是一个很实用的插件: [https://github.com/gmarik/Vundle.vim](https://github.com/gmarik/Vundle.vim) |
3 vulgur Oct 25, 2014 建议装oh-my-fish |
4 ll0xff Oct 25, 2014 TERM=xterm-256color ? 缩进多少是要自己配置的 |
6 skydiver Oct 25, 2014 ls -l --color=auto 这是ls的问题吧…… |
9 ll0xff Oct 25, 2014 @far2go bash的话把`TERM=xterm-256color`加在 `.bashrc` 里,`set t_Co=256`加在`.vimrc`里。不知道你用的终端是什么?我用konsole在`setting>>Environment`处添加`TERM=xterm-256color`即可 |
10 far2go OP |
11 sinxccc Oct 25, 2014 ls -l -G 先看 man 没坏处。 |
12 far2go OP 我最后用iterm2 搞定了,感谢各位。 |