From 1f845815b2f54ed691c895a17be7febf9ae4cf71 Mon Sep 17 00:00:00 2001 From: Thomas Kolb Date: Mon, 5 Jul 2021 21:13:34 +0200 Subject: [PATCH] zsh: set title also in Alacritty --- zsh/zshrc.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/zshrc.local b/zsh/zshrc.local index ac17292..594819f 100644 --- a/zsh/zshrc.local +++ b/zsh/zshrc.local @@ -75,7 +75,7 @@ fi # set terminal title case $TERM in - (*xterm* | *rxvt*) + (*xterm* | *rxvt* | *alacritty*) # Write some info to terminal title. # This is seen when the shell prompts for input.