mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-25 15:20:08 +00:00
Added suse plugins
This commit is contained in:
parent
3fdaf26006
commit
adab18f161
1 changed files with 5 additions and 0 deletions
5
plugins/suse/suse.plugin.zsh
Normal file
5
plugins/suse/suse.plugin.zsh
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
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'
|
Loading…
Reference in a new issue