From b06a2490aa886a533385a2b20bcac9cd1e0e712e Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Thu, 26 Nov 2015 12:11:19 +0100 Subject: [PATCH] zsh/rc: zshrc_longrun_preexec: add missing local --- zsh/rc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/rc b/zsh/rc index 1c7c846..dde2ebb 100644 --- a/zsh/rc +++ b/zsh/rc @@ -351,6 +351,7 @@ zshrc_longrun_preexec() { # Don't track the time for certain (possible) long running processes which # need no automatic notification. + local ignore for ignore in elinks man mutt vim; do case $program in $ignore | $ignore\ *) -- 2.43.2