Set terminal color options on Linux only
This commit is contained in:
parent
ec34f4c28b
commit
69baf99d07
@ -35,7 +35,6 @@ set shortmess+=I
|
||||
set smartcase
|
||||
set smartcase
|
||||
set smarttab
|
||||
set t_Co=256
|
||||
set tabstop=4
|
||||
set ttyfast
|
||||
set wildignore+=*/tmp/*
|
||||
@ -57,6 +56,10 @@ if has('gui_running')
|
||||
endif
|
||||
endif
|
||||
|
||||
if has('unix')
|
||||
set t_Co=256
|
||||
endif
|
||||
|
||||
if &shell =~ 'bin/fish'
|
||||
set shell=/bin/sh
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user