summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tmux.conf5
-rw-r--r--zshrc2
2 files changed, 0 insertions, 7 deletions
diff --git a/tmux.conf b/tmux.conf
index 5a18595..a62867c 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -1,8 +1,3 @@
-# some weird fucking hack to make my colours work properly
-# https://www.reddit.com/r/vim/comments/5416d0/true_colors_in_vim_under_tmux/d7y2fif/
-set -g default-terminal 'screen-256color'
-set -ga terminal-overrides ',screen-256color:Tc'
-
set -sg escape-time 0
set-option -g mouse on
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