From 37d97c785adc7efc90dff56dadc117a2d19b2e48 Mon Sep 17 00:00:00 2001 From: Valentin Haenel Date: Wed, 11 Feb 2015 13:40:25 +0100 Subject: [PATCH] base_opts now empty --- _conda | 6 ------ 1 file changed, 6 deletions(-) diff --git a/_conda b/_conda index 0d4fa48..044124e 100644 --- a/_conda +++ b/_conda @@ -104,8 +104,6 @@ channel_opts=( '--use-local[use locally built packages]' \ ) -base_opts=( - ) install_opts=( '(-y --yes)'{-y,--yes}'[do not ask for confirmation]' \ '--dry-run[only display what would have been done]' \ @@ -151,7 +149,6 @@ case $state in ;; (search) _arguments -C $help_opts \ - $base_opts \ $env_opts \ $json_opts \ $channel_opts \ @@ -165,7 +162,6 @@ case $state in ;; (create) _arguments -C $help_opts \ - $base_opts \ $env_opts \ $install_opts \ $json_opts \ @@ -177,7 +173,6 @@ case $state in ;; (install) _arguments -C $help_opts \ - $base_opts \ $env_opts \ $install_opts \ $json_opts \ @@ -187,7 +182,6 @@ case $state in ;; (update) _arguments -C $help_opts \ - $base_opts \ $env_opts \ $install_opts \ $json_opts \