diff options
| author | katherine <ageha@airen-no-jikken.icu> | 2026-03-25 17:20:00 +1000 |
|---|---|---|
| committer | katherine <ageha@airen-no-jikken.icu> | 2026-03-25 17:20:00 +1000 |
| commit | 95e6c4f9450021478c92f54a31a73059ea4a2a96 (patch) | |
| tree | 0cc62dc16cff3bf8df09ac38fe6aeee53548a729 /.zprofile | |
| parent | 8d982da20e474d79515bd7218daa74f7e00788cd (diff) | |
| download | dotfiles-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-- | .zprofile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
