From 49973cf842e000db244bbfab517da51adddb141c Mon Sep 17 00:00:00 2001 From: katherine Date: Thu, 5 Aug 2021 12:11:14 -0700 Subject: urxvt -> alacritty --- .zprofile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.zprofile') 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 -- cgit v1.2.3