mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
uncommented the awesome $pacman_bin variable
This commit is contained in:
parent
9de9bd7d61
commit
0006781932
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ asroot() {
|
|||
}
|
||||
|
||||
# pacman() {
|
||||
# pacman_bin=${commands[pacman-color]:-/usr/bin/pacman}
|
||||
pacman_bin=${commands[pacman-color]:-/usr/bin/pacman}
|
||||
# case $1 in
|
||||
# -S | -S[^sihgl]* | -R* | -U*) asroot $pacman_bin $@ ;;
|
||||
# *) $pacman_bin "$@" ;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue