mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 00:40:07 +00:00
Added zp and zps aliases for the SUSE plugin
This commit is contained in:
parent
adab18f161
commit
b4380aacb0
1 changed files with 2 additions and 0 deletions
|
@ -3,3 +3,5 @@ alias zrf='sudo zypper refresh'
|
|||
alias zs='zypper search'
|
||||
alias zup='sudo zypper dist-upgrade'
|
||||
alias zrm='sudo zypper remove'
|
||||
alias zp='sudo zypper patch'
|
||||
alias zps='sudo zypper ps'
|
||||
|
|
Loading…
Reference in a new issue