mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-08-07 06:08:39 +02:00
added sudo to aliases for them to work
This commit is contained in:
parent
0b9a908327
commit
60b4fff076
1 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
#aliases
|
#aliases
|
||||||
alias paci='pacman -Syu' #works for both update and install
|
alias paci='sudo pacman -Syu' #works for both update and install
|
||||||
alias pacr='pacman -R' #delete packages
|
alias pacr='sudo pacman -R' #delete packages
|
||||||
alias pacs='pacman -Ss' #search packages
|
alias pacs='sudo pacman -Ss' #search packages
|
||||||
|
|
||||||
#pacman completion
|
#pacman completion
|
||||||
zstyle ':completion:*:pacman:*' force-list always
|
zstyle ':completion:*:pacman:*' force-list always
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue