diff options
author | aktersnurra <gustaf.rydholm@gmail.com> | 2021-02-23 22:30:59 +0100 |
---|---|---|
committer | aktersnurra <gustaf.rydholm@gmail.com> | 2021-02-23 22:30:59 +0100 |
commit | ba5eee9f72838107cd3541cd1e0ca5643cb61964 (patch) | |
tree | d17825c390c202de5799df837b21ec12350dc289 /.config/zsh | |
parent | e3546b5a1b4dab9df621f9d5060e64ebf096dd27 (diff) |
fixed the tmux color bug again
Diffstat (limited to '.config/zsh')
-rw-r--r-- | .config/zsh/exports.zsh | 3 |
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" |