diff options
author | katherine <ageha@airen-no-jikken.icu> | 2021-08-05 12:11:14 -0700 |
---|---|---|
committer | katherine <ageha@airen-no-jikken.icu> | 2021-08-05 12:11:14 -0700 |
commit | 49973cf842e000db244bbfab517da51adddb141c (patch) | |
tree | 1c59aa494f94ed2ad81117bcf594864792836b18 /.zprofile | |
parent | 038ba2859c2f3f0bdcdfd3ed46dd3df999279d29 (diff) | |
download | dotfiles-49973cf842e000db244bbfab517da51adddb141c.tar.gz |
urxvt -> alacritty
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 |