mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
fixed the fix! :P
This commit is contained in:
parent
3ef56efa37
commit
6db2294072
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ pacdisowned() {
|
|||
pacman() {
|
||||
pacman_bin=${commands[pacman-color]:-/usr/bin/pacman}
|
||||
case $1 in
|
||||
-S | -S[^sih]* | -R* | -U*) =sudo /bin/su -c"$pacman_bin $@" ;;
|
||||
-S | -S[^sih]* | -R* | -U*) =sudo /bin/su -c"$pacman_bin '$@'" ;;
|
||||
*) $pacman_bin "$@" ;;
|
||||
esac
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue