diff --git a/zprofile b/zprofile index e713b1e..4d9b2be 100644 --- a/zprofile +++ b/zprofile @@ -1,3 +1,4 @@ +export TERM=xterm-256color # Other settings xbindkeys &> /dev/null gpg2 --quiet --no-tty --batch -d $HOME/.mutt/passwords/dumb.gpg &> /dev/null diff --git a/zshrc b/zshrc index 7b38ec5..84468de 100644 --- a/zshrc +++ b/zshrc @@ -1,8 +1,5 @@ ### ZSH Config -## Set TERM -export TERM=xterm-256color - ## For local binaries (vim 8) export PATH=$HOME/.local/bin:$PATH