mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01: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…
Add table
Add a link
Reference in a new issue