From 76258665e768d61ae8b8d4cd2190d5d65050e45c Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sun, 8 Jan 2012 16:58:19 +0100 Subject: ZSH: `sudo pacman' is also a pacman command --- .zsh/functions/preexec_update_vars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zsh/functions') 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 -- cgit v1.2.3-54-g00ecf