summaryrefslogtreecommitdiff
path: root/.config/zsh/exports.zsh
diff options
context:
space:
mode:
authoraktersnurra <gustaf.rydholm@gmail.com>2021-02-23 22:30:59 +0100
committeraktersnurra <gustaf.rydholm@gmail.com>2021-02-23 22:30:59 +0100
commitba5eee9f72838107cd3541cd1e0ca5643cb61964 (patch)
treed17825c390c202de5799df837b21ec12350dc289 /.config/zsh/exports.zsh
parente3546b5a1b4dab9df621f9d5060e64ebf096dd27 (diff)
fixed the tmux color bug again
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"