mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
send tabs into space
This commit is contained in:
parent
5d47931522
commit
ee16c11d15
1 changed files with 4 additions and 4 deletions
|
|
@ -45,8 +45,8 @@ _omz-plugin () {
|
|||
'ls:list available plugins'
|
||||
'on:enable a plugin'
|
||||
'off:disable a plugin'
|
||||
'up:update a plugin'
|
||||
'get:download and enable a plugin'
|
||||
'up:update a plugin'
|
||||
'get:download and enable a plugin'
|
||||
)
|
||||
_describe -t commands 'sub-command' commands && ret=0
|
||||
;;
|
||||
|
|
@ -114,8 +114,8 @@ _omz-theme () {
|
|||
commands=(
|
||||
'ls:list available themes'
|
||||
'set:set a theme'
|
||||
'up:update a theme'
|
||||
'get:download and enable a theme'
|
||||
'up:update a theme'
|
||||
'get:download and enable a theme'
|
||||
)
|
||||
_describe -t commands 'sub-command' commands && ret=0
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue