mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
8 lines
288 B
Bash
8 lines
288 B
Bash
#aliases
|
|
alias paci='sudo pacman -Syu' #works for both update and install
|
|
alias pacr='sudo pacman -R' #delete packages
|
|
alias pacs='sudo pacman -Ss' #search packages
|
|
|
|
#pacman completion
|
|
zstyle ':completion:*:pacman:*' force-list always
|
|
zstyle ':completion:*:*:pacman:*' menu yes select
|