From 25d0774cf2f58988d2a082a4de701a87a90e1083 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Tue, 5 Oct 2021 11:21:44 +0100 Subject: [PATCH] Fix typo in TERM --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 6ab8df6..1459d09 100644 --- a/vimrc +++ b/vimrc @@ -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