aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVikraman Choudhury <vikraman@gentoo.org>2014-01-24 04:17:17 +0530
committerTim Harder <radhermit@gentoo.org>2014-01-23 17:02:15 -0800
commit184ad6eaa972991a1690783d09a711cf55ee913e (patch)
tree2cea459d4ce19bdc53a945388b47c772fcecb4ce
parentUse --{color,colour} options (diff)
downloadzsh-completion-184ad6eaa972991a1690783d09a711cf55ee913e.tar.gz
zsh-completion-184ad6eaa972991a1690783d09a711cf55ee913e.tar.bz2
zsh-completion-184ad6eaa972991a1690783d09a711cf55ee913e.zip
Fix command for listing eselect modules
-rw-r--r--_eselect2
1 files changed, 1 insertions, 1 deletions
diff --git a/_eselect b/_eselect
index 5b15d50..0f0362b 100644
--- a/_eselect
+++ b/_eselect
@@ -130,7 +130,7 @@ _eselect () {
"--colour=no[Disable coloured output]" \
"--color=no[Disable coloured output]"
)
- modnames=(${${${(M)${(f)"$(eselect --color=no list-modules)"}## *}// */}// /})
+ modnames=(${${${(M)${(f)"$(eselect --color=no modules list)"}## *}// */}// /})
if ((CURRENT == 2)); then
_arguments -s \