diff options
Diffstat (limited to '.zprofile')
-rw-r--r-- | .zprofile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |