zsh: set title also in Alacritty
This commit is contained in:
parent
d6fde157a4
commit
1f845815b2
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue