mirror of
https://github.com/arcan1s/dotfiles.git
synced 2025-07-16 15:19:57 +00:00
update zsh configuration files
This commit is contained in:
7
zsh/pacman_common
Normal file
7
zsh/pacman_common
Normal file
@ -0,0 +1,7 @@
|
||||
# redefine pacman and yaourt
|
||||
pacman() {
|
||||
/usr/bin/sudo /usr/bin/pacman $* && echo "$*" | grep -q "S\|R\|U" && rehash
|
||||
}
|
||||
yaourt() {
|
||||
/usr/bin/yaourt $* && echo "$*" | grep -q "S\|R\|U" && rehash
|
||||
}
|
Reference in New Issue
Block a user