From: Simon Ruderich Date: Thu, 26 Nov 2015 11:11:19 +0000 (+0100) Subject: zsh/rc: zshrc_longrun_preexec: add missing local X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=b06a2490aa886a533385a2b20bcac9cd1e0e712e zsh/rc: zshrc_longrun_preexec: add missing local --- 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\ *)