summaryrefslogtreecommitdiffstats
path: root/.zsh/functions
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-01-08 16:58:19 +0100
committerGravatar Tom Willemsen2012-01-08 16:58:19 +0100
commit76258665e768d61ae8b8d4cd2190d5d65050e45c (patch)
treec7f20607c2f792bfbdbf64fbbcadb6d558b03cb4 /.zsh/functions
parent503875452e2ff2f732469909cf4f6f5fd24a2799 (diff)
downloaddotfiles-76258665e768d61ae8b8d4cd2190d5d65050e45c.tar.gz
dotfiles-76258665e768d61ae8b8d4cd2190d5d65050e45c.zip
ZSH: `sudo pacman' is also a pacman command
Diffstat (limited to '.zsh/functions')
-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