aboutsummaryrefslogtreecommitdiffstats
path: root/.zprofile
diff options
context:
space:
mode:
authorkatherine <ageha@airen-no-jikken.icu>2021-08-05 12:11:14 -0700
committerkatherine <ageha@airen-no-jikken.icu>2021-08-05 12:11:14 -0700
commit49973cf842e000db244bbfab517da51adddb141c (patch)
tree1c59aa494f94ed2ad81117bcf594864792836b18 /.zprofile
parent038ba2859c2f3f0bdcdfd3ed46dd3df999279d29 (diff)
downloaddotfiles-49973cf842e000db244bbfab517da51adddb141c.tar.gz
urxvt -> alacritty
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