aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.profile
diff options
context:
space:
mode:
authorYaroslav <contact@yaroslavps.com>2019-10-16 04:06:12 +0300
committerYaroslav <contact@yaroslavps.com>2019-10-16 04:06:12 +0300
commit1221666455ca1fbfed67465d292f11ef936ecc05 (patch)
tree9ec09c97a74d144903f01872bd2296fc80a74493 /dotfiles/.profile
parent5028fa7ea213f435627d867e7ef1f9f19603ac16 (diff)
downloadswayrice-1221666455ca1fbfed67465d292f11ef936ecc05.tar.gz
swayrice-1221666455ca1fbfed67465d292f11ef936ecc05.zip
audio visualizer config improvements, changed TERM env variable for better compatibility
Diffstat (limited to 'dotfiles/.profile')
-rw-r--r--dotfiles/.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.profile b/dotfiles/.profile
index 3084360..375479e 100644
--- a/dotfiles/.profile
+++ b/dotfiles/.profile
@@ -12,7 +12,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 BROWSER=qutebrowser
[[ -f ~/.bashrc ]] && source ~/.bashrc