aboutsummaryrefslogtreecommitdiffstats
path: root/.zprofile
diff options
context:
space:
mode:
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile7
1 files changed, 7 insertions, 0 deletions
diff --git a/.zprofile b/.zprofile
index 6d773d1..e87d559 100644
--- a/.zprofile
+++ b/.zprofile
@@ -7,6 +7,13 @@ export QT_STYLE_OVERRIDE=gtk
# bad hack to make video card fans shut up
[[ ! -z $(whence optirun) ]] && optirun --no-xorg true
+################# SET TERMCMD #################
+if [[ ! -z $(whence alacritty) ]] then
+ export TERMCMD=alacritty
+elif [[ ! -z $(whence urxvt) ]] then
+ export TERMCMD=urxvt
+fi
+
################## SET EDITOR #################
if [[ ! -z $(whence nvim) ]] then
export EDITOR=nvim