diff options
Diffstat (limited to 'dotfiles/.zshrc')
-rw-r--r-- | dotfiles/.zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dotfiles/.zshrc b/dotfiles/.zshrc index 5843369..628edfd 100644 --- a/dotfiles/.zshrc +++ b/dotfiles/.zshrc @@ -65,6 +65,7 @@ path=("$HOME/.scripts" "$path[@]") export PATH export EDITOR="nvim" export TERMINAL="termite" +export TERM="xterm-256color" export BROWSER="qutebrowser" # Generic shortcuts |