From a16486dc6eb47fae107d49d4289505e65d69ea45 Mon Sep 17 00:00:00 2001 From: Nick Van Doorn Date: Wed, 16 Apr 2025 14:28:12 -0700 Subject: Remove extra color config I added this ages ago in some effort to make a color feature work, but I can't say I see the need for this anymore. --- zshrc | 2 -- 1 file changed, 2 deletions(-) (limited to 'zshrc') diff --git a/zshrc b/zshrc index 33ebf11..bceb42c 100644 --- a/zshrc +++ b/zshrc @@ -3,8 +3,6 @@ export DOTFILES_PATH=$HOME/.dotfiles export KEYTIMEOUT=1 export VISUAL=nvim export EDITOR=$VISUAL -export TERM=xterm-256color -export COLORTERM=24bit export VIM_BACKGROUND=dark export VIM_THEME=gruvbox export VIM_AIRLINE_THEME=gruvbox -- cgit v1.2.3