dustin
/
zdotdir
Archived
1
0
Fork 0

zshrc: Load precmd in Alacritty

Alacritty has its own TERM string now.
master
Dustin 2020-05-03 13:19:44 -05:00
parent d48954bf81
commit 2ff70f36b5
1 changed files with 1 additions and 1 deletions

2
.zshrc
View File

@ -39,7 +39,7 @@ typeset -U fpath
fpath[1,0]=~/.zsh/functions
case $TERM in
*xterm*|rxvt)
alacritty|*xterm*|rxvt|screen)
autoload precmd
;;
esac