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/.zprofile | |
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/.zprofile')
-rw-r--r-- | dotfiles/.zprofile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.zprofile b/dotfiles/.zprofile index 4aeaf50..65908bc 100644 --- a/dotfiles/.zprofile +++ b/dotfiles/.zprofile @@ -11,7 +11,7 @@ export _JAVA_AWT_WM_NONREPARENTING=1 # User specific environment and startup programs: export LANG=en_US.UTF-8 -export TERM=termite +export TERM=xterm-256color export TERMINAL=termite export EDITOR="nvim" export BROWSER=qutebrowser |