zsh only draw git status when it is updated, vim config cleanup and tmux tweaks
This commit is contained in:
parent
c55ba432ad
commit
538b600e2a
4 changed files with 16 additions and 10 deletions
2
vimrc
2
vimrc
|
@ -88,6 +88,8 @@ if filereadable(plugins) && v:version >= 703
|
|||
execute 'source ' . fnameescape(plugins)
|
||||
endif
|
||||
|
||||
let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
|
||||
let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"
|
||||
let g:solarized_use16 = 1
|
||||
let g:solarized_term_italics = 0
|
||||
colorscheme solarized8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue