diff options
Diffstat (limited to '.config/zsh/exports.zsh')
-rw-r--r-- | .config/zsh/exports.zsh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/zsh/exports.zsh b/.config/zsh/exports.zsh index cd8a273..bdf0c8a 100644 --- a/.config/zsh/exports.zsh +++ b/.config/zsh/exports.zsh @@ -29,6 +29,7 @@ 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" |