1
0
Fork 0
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:
Roey Darwish Dror 2012-04-19 13:49:15 +03:00
parent adab18f161
commit b4380aacb0

View file

@ -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'