Fix typo in TERM
This commit is contained in:
parent
3e99f3e59a
commit
25d0774cf2
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -134,7 +134,7 @@ if has("eval")
|
||||||
endif
|
endif
|
||||||
"
|
"
|
||||||
" Set theme for Terminal.
|
" Set theme for Terminal.
|
||||||
if &term =~# '^Linux'
|
if &term =~# '^linux'
|
||||||
" Dark for Linux console.
|
" Dark for Linux console.
|
||||||
set background=dark
|
set background=dark
|
||||||
colorscheme tempus_night
|
colorscheme tempus_night
|
||||||
|
|
Loading…
Reference in a new issue