ssh-compat as a function in zshrc; also more compatible vimrc for linux tty
This commit is contained in:
parent
503f941810
commit
83b95408ba
2 changed files with 20 additions and 6 deletions
8
vimrc
8
vimrc
|
@ -70,9 +70,11 @@ if v:version >= 800
|
|||
autocmd FileType python packadd ale
|
||||
autocmd FileType sh packadd ale
|
||||
|
||||
let g:solarized_extra_hi_groups = 1
|
||||
let g:solarized_use16 = 1
|
||||
colorscheme solarized8
|
||||
if $TERM != 'linux'
|
||||
let g:solarized_extra_hi_groups = 1
|
||||
let g:solarized_use16 = 1
|
||||
colorscheme solarized8
|
||||
endif
|
||||
endif
|
||||
|
||||
syntax on
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue