summaryrefslogtreecommitdiff
path: root/.config/zsh/exports.zsh
diff options
context:
space:
mode:
Diffstat (limited to '.config/zsh/exports.zsh')
-rw-r--r--.config/zsh/exports.zsh3
1 files changed, 0 insertions, 3 deletions
diff --git a/.config/zsh/exports.zsh b/.config/zsh/exports.zsh
index bdf0c8a..243db8b 100644
--- a/.config/zsh/exports.zsh
+++ b/.config/zsh/exports.zsh
@@ -29,7 +29,4 @@ export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
PATH=$(pyenv root)/shims:$PATH
-# Allows tmux to display colors correctly.
-export TERM="xterm-256color"
-
export GEM_HOME="$HOME/.gem"