diff options
author | Yaroslav <contact@yaroslavps.com> | 2019-10-16 04:06:12 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2019-10-16 04:06:12 +0300 |
commit | 1221666455ca1fbfed67465d292f11ef936ecc05 (patch) | |
tree | 9ec09c97a74d144903f01872bd2296fc80a74493 /dotfiles/.zshrc | |
parent | 5028fa7ea213f435627d867e7ef1f9f19603ac16 (diff) | |
download | swayrice-1221666455ca1fbfed67465d292f11ef936ecc05.tar.gz swayrice-1221666455ca1fbfed67465d292f11ef936ecc05.zip |
audio visualizer config improvements, changed TERM env variable for better compatibility
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 |