From ee16c11d15fc1301f5785de3c3a6e438d5f78823 Mon Sep 17 00:00:00 2001 From: ncanceill Date: Sat, 5 Apr 2014 23:49:36 +0200 Subject: [PATCH] send tabs into space --- plugins/omz-bootstrap/_omz | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/omz-bootstrap/_omz b/plugins/omz-bootstrap/_omz index 9df513d39..8014f664c 100644 --- a/plugins/omz-bootstrap/_omz +++ b/plugins/omz-bootstrap/_omz @@ -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 ;;