From eeb3d11fb5c5d88c7df120b34087650557bb9268 Mon Sep 17 00:00:00 2001 From: Valentin Haenel Date: Wed, 11 Feb 2015 14:02:50 +0100 Subject: [PATCH] add uninstall --- _conda | 1 + 1 file changed, 1 insertion(+) diff --git a/_conda b/_conda index 044124e..e6e741f 100644 --- a/_conda +++ b/_conda @@ -53,6 +53,7 @@ __conda_commands(){ create:'Create a new conda environment from a list of specified packages.' list:'List linked packages in a conda environment.' remove:'Remove a list of packages from a specified conda environment.' + uninstall:'Alias for conda remove' ) help=( help:'Displays a list of available conda commands and their help strings.'