mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 13:50:09 +00:00
'plugins/suse/suse.plugin.zsh: Solve typos'
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
This commit is contained in:
parent
093c2cd6b6
commit
75663be294
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
#Alias for Zypper according to the offical Zypper's alias
|
#Alias for Zypper according to the official Zypper's alias
|
||||||
|
|
||||||
#Main commands
|
#Main commands
|
||||||
alias z='sudo zypper' #call zypper
|
alias z='sudo zypper' #call zypper
|
||||||
|
@ -51,7 +51,7 @@ alias zrr='sudo zypper rr' #remove repositories
|
||||||
alias zas='sudo zypper as' #adds a service specified by URI to the system
|
alias zas='sudo zypper as' #adds a service specified by URI to the system
|
||||||
alias zms='sudo zypper ms' #modify properties of specified services
|
alias zms='sudo zypper ms' #modify properties of specified services
|
||||||
alias zrefs='sudo zypper refs' #refreshing a service mean executing the service's special task
|
alias zrefs='sudo zypper refs' #refreshing a service mean executing the service's special task
|
||||||
alias zrs='sudo zypper rs' #remove specified repository index service from the sytem
|
alias zrs='sudo zypper rs' #remove specified repository index service from the system
|
||||||
alias zls='sudo zypper ls' #list services defined on the system
|
alias zls='sudo zypper ls' #list services defined on the system
|
||||||
|
|
||||||
#Package Locks Management commands
|
#Package Locks Management commands
|
||||||
|
|
Loading…
Reference in a new issue