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