aboutsummaryrefslogtreecommitdiffstats
path: root/.zprofile
diff options
context:
space:
mode:
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile4
1 files changed, 3 insertions, 1 deletions
diff --git a/.zprofile b/.zprofile
index 7b687a2..0106982 100644
--- a/.zprofile
+++ b/.zprofile
@@ -4,7 +4,9 @@
source "$HOME/.config/init/vars"
################# SET TERMCMD #################
-if [[ ! -z $(whence alacritty) ]] then
+if [[ ! -z $(whence aty) ]] then
+ export TERMCMD=aty
+elif [[ ! -z $(whence alacritty) ]] then
export TERMCMD=alacritty
elif [[ ! -z $(whence urxvt) ]] then
export TERMCMD=urxvt