mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
added pacman aliases and completion
This commit is contained in:
parent
583c984a86
commit
0b9a908327
1 changed files with 8 additions and 0 deletions
8
plugins/pacman/pacman.plugin.zsh
Normal file
8
plugins/pacman/pacman.plugin.zsh
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#aliases
|
||||
alias paci='pacman -Syu' #works for both update and install
|
||||
alias pacr='pacman -R' #delete packages
|
||||
alias pacs='pacman -Ss' #search 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