zsh: set title also in Alacritty

This commit is contained in:
Thomas Kolb 2021-07-05 21:13:34 +02:00
parent d6fde157a4
commit 1f845815b2
1 changed files with 1 additions and 1 deletions

View File

@ -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.