diff options
author | aktersnurra <grydholm@kth.se> | 2021-02-18 21:14:16 +0100 |
---|---|---|
committer | aktersnurra <grydholm@kth.se> | 2021-02-18 21:14:16 +0100 |
commit | cbe9b431bc1cbaa03578748b25339082fa1253b0 (patch) | |
tree | 5361a66cfb5a5c3651e8fdd6bca3e3daf8453a98 /.config/zsh/exports.zsh | |
parent | f3a9aa1a757418e0a27f1c5e6f81286abbfa9bd5 (diff) |
Fixed vim + tmux color issue
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" |