mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
add archlinux' pacman plugin
This commit is contained in:
parent
156de81777
commit
2feaac56cc
1 changed files with 9 additions and 0 deletions
9
plugins/pacman/pacman.plugin.zsh
Normal file
9
plugins/pacman/pacman.plugin.zsh
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#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
|
||||
alias pacq='sudo pacman -Qi' # find info about installed packages
|
||||
|
||||
#pacman completion
|
||||
zstyle ':completion:*:pacman:*' force-list always
|
||||
zstyle ':completion:*:*:pacman:*' menu yes select
|
||||
Loading…
Add table
Add a link
Reference in a new issue