From df4c15d149445bced9234903b6e6de22d128daba Mon Sep 17 00:00:00 2001 From: arcan1s Date: Wed, 22 Jan 2014 00:59:14 +0400 Subject: [PATCH] edit zshrc --- zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zshrc b/zshrc index 444c4b6..4bfe73c 100644 --- a/zshrc +++ b/zshrc @@ -176,13 +176,13 @@ su () { fi } pacman () { - /usr/bin/sudo /usr/bin/pacman $* && echo "$*" | grep -q "S\|R" && rehash + /usr/bin/sudo /usr/bin/pacman $* && echo "$*" | grep -q "S\|R\|U" && rehash } yaourt () { - /usr/bin/yaourt $* && echo "$*" | grep -q "S\|R" && rehash + /usr/bin/yaourt $* && echo "$*" | grep -q "S\|R\|U" && rehash } yatest () { - /usr/bin/yaourt --config /etc/pactest.conf $* && echo "$*" | grep -q "S\|R" && rehash + /usr/bin/yaourt --config /etc/pactest.conf $* && echo "$*" | grep -q "S\|R\|U" && rehash } alias ls='show_which ls && ls --color=auto'