send tabs into space

This commit is contained in:
ncanceill 2014-04-05 23:49:36 +02:00
commit ee16c11d15

View file

@ -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
;; ;;