diff options
author | June McEnroe <programble@gmail.com> | 2012-04-30 16:01:32 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2012-04-30 16:01:32 -0400 |
commit | 87165d4df83d6a1eb4d8bd7d96ee15129fc86380 (patch) | |
tree | fbf639fab609e7f3f3d764a3092db4d023903545 | |
parent | Use pacman-color in ZSH (diff) | |
download | src-87165d4df83d6a1eb4d8bd7d96ee15129fc86380.tar.gz src-87165d4df83d6a1eb4d8bd7d96ee15129fc86380.zip |
Use pacman-color in auto-Syu
-rw-r--r-- | .zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc index 58de156e..6fb56321 100644 --- a/.zshrc +++ b/.zshrc @@ -167,5 +167,5 @@ ZSH_HIGHLIGHT_STYLES[history-expansion]='fg=blue,bold' ZSH_HIGHLIGHT_STYLES[dollar-double-quoted-argument]='fg=yellow,bold' ZSH_HIGHLIGHT_STYLES[back-double-quoted-argument]='fg=yellow,bold' -pacman -Qu > /dev/null && [ ! -f /var/lib/pacman/db.lck ] && sudo pacman -Syu +pacman -Qu > /dev/null && [ ! -f /var/lib/pacman/db.lck ] && sudo pacman-color -Syu echo -n |