aboutsummaryrefslogtreecommitdiffstats
path: root/.zprofile
diff options
context:
space:
mode:
authorkatherine <ageha@airen-no-jikken.icu>2026-03-25 17:20:00 +1000
committerkatherine <ageha@airen-no-jikken.icu>2026-03-25 17:20:00 +1000
commit95e6c4f9450021478c92f54a31a73059ea4a2a96 (patch)
tree0cc62dc16cff3bf8df09ac38fe6aeee53548a729 /.zprofile
parent8d982da20e474d79515bd7218daa74f7e00788cd (diff)
downloaddotfiles-95e6c4f9450021478c92f54a31a73059ea4a2a96.tar.gz
use "aty" stand-in for alacritty
little c program that seamlessly handles alacritty's create-window command for launching new terminals as children
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile4
1 files changed, 3 insertions, 1 deletions
diff --git a/.zprofile b/.zprofile
index 7b687a2..0106982 100644
--- a/.zprofile
+++ b/.zprofile
@@ -4,7 +4,9 @@
source "$HOME/.config/init/vars"
################# SET TERMCMD #################
-if [[ ! -z $(whence alacritty) ]] then
+if [[ ! -z $(whence aty) ]] then
+ export TERMCMD=aty
+elif [[ ! -z $(whence alacritty) ]] then
export TERMCMD=alacritty
elif [[ ! -z $(whence urxvt) ]] then
export TERMCMD=urxvt