From 2ff70f36b5c989a5e932567c7d0f59075e17809b Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 3 May 2020 13:19:44 -0500 Subject: [PATCH] zshrc: Load precmd in Alacritty Alacritty has its own TERM string now. --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 8ced2a7..25b4864 100644 --- a/.zshrc +++ b/.zshrc @@ -39,7 +39,7 @@ typeset -U fpath fpath[1,0]=~/.zsh/functions case $TERM in -*xterm*|rxvt) +alacritty|*xterm*|rxvt|screen) autoload precmd ;; esac