summaryrefslogtreecommitdiffstats
path: root/.zsh/functions/preexec_update_vars
diff options
context:
space:
mode:
Diffstat (limited to '.zsh/functions/preexec_update_vars')
-rw-r--r--.zsh/functions/preexec_update_vars2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zsh/functions/preexec_update_vars b/.zsh/functions/preexec_update_vars
index 2520798..105d240 100644
--- a/.zsh/functions/preexec_update_vars
+++ b/.zsh/functions/preexec_update_vars
@@ -7,7 +7,7 @@ case "$1" in
cower*)
__EXECUTED_COWER_COMMAND=1
;;
- pacman*)
+ *pacman*)
__EXECUTED_PACMAN_COMMAND=1
;;
esac