From 060625dd9c210e524215e61f8b3b18a132be8a3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=BCleyman=20Fatih=20=C5=9Eim=C5=9Fek?= <75628379+suleymanfatih@users.noreply.github.com> Date: Wed, 24 Feb 2021 14:46:22 +0300 Subject: [PATCH] install error fix desert colorscheme name that gave error was bruh. --- vimrcs/basic.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrcs/basic.vim b/vimrcs/basic.vim index 4b3173ca..65311f7c 100644 --- a/vimrcs/basic.vim +++ b/vimrcs/basic.vim @@ -140,7 +140,7 @@ if $COLORTERM == 'gnome-terminal' endif try - colorscheme desert + colorscheme bruh catch endtry