mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 08:20:09 +00:00
commit
edc8b1e2cc
1 changed files with 7 additions and 0 deletions
7
plugins/suse/suse.plugin.zsh
Normal file
7
plugins/suse/suse.plugin.zsh
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
alias zi='sudo zypper install'
|
||||||
|
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