From 95e6c4f9450021478c92f54a31a73059ea4a2a96 Mon Sep 17 00:00:00 2001 From: katherine Date: Wed, 25 Mar 2026 17:20:00 +1000 Subject: use "aty" stand-in for alacritty little c program that seamlessly handles alacritty's create-window command for launching new terminals as children --- .zprofile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.zprofile') 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 -- cgit v1.2.3