Fix typo in TERM

This commit is contained in:
Anthony Rose 2021-10-05 11:21:44 +01:00
parent 3e99f3e59a
commit 25d0774cf2

2
vimrc
View file

@ -134,7 +134,7 @@ if has("eval")
endif
"
" Set theme for Terminal.
if &term =~# '^Linux'
if &term =~# '^linux'
" Dark for Linux console.
set background=dark
colorscheme tempus_night