mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +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'
|
'ls:list available plugins'
|
||||||
'on:enable a plugin'
|
'on:enable a plugin'
|
||||||
'off:disable a plugin'
|
'off:disable a plugin'
|
||||||
'up:update a plugin'
|
'up:update a plugin'
|
||||||
'get:download and enable a plugin'
|
'get:download and enable a plugin'
|
||||||
)
|
)
|
||||||
_describe -t commands 'sub-command' commands && ret=0
|
_describe -t commands 'sub-command' commands && ret=0
|
||||||
;;
|
;;
|
||||||
|
|
@ -114,8 +114,8 @@ _omz-theme () {
|
||||||
commands=(
|
commands=(
|
||||||
'ls:list available themes'
|
'ls:list available themes'
|
||||||
'set:set a theme'
|
'set:set a theme'
|
||||||
'up:update a theme'
|
'up:update a theme'
|
||||||
'get:download and enable a theme'
|
'get:download and enable a theme'
|
||||||
)
|
)
|
||||||
_describe -t commands 'sub-command' commands && ret=0
|
_describe -t commands 'sub-command' commands && ret=0
|
||||||
;;
|
;;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue