about summary refs log tree commit diff
path: root/Completion/Zsh
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2006-04-13 02:46:50 +0000
committerClint Adams <clint@users.sourceforge.net>2006-04-13 02:46:50 +0000
commitc9a761df01cba44f7f2f14cb97af7dedd6fdb8e9 (patch)
tree5878e1b62b7764c1c90d1270dc3f2e1313facd7a /Completion/Zsh
parent9491c3c754b4fcd1271d98c3eee6fb702e05ae5e (diff)
downloadzsh-c9a761df01cba44f7f2f14cb97af7dedd6fdb8e9.tar.gz
zsh-c9a761df01cba44f7f2f14cb97af7dedd6fdb8e9.tar.xz
zsh-c9a761df01cba44f7f2f14cb97af7dedd6fdb8e9.zip
22418: completion for GNU env.
Diffstat (limited to 'Completion/Zsh')
-rw-r--r--Completion/Zsh/Command/_precommand2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Zsh/Command/_precommand b/Completion/Zsh/Command/_precommand
index 2314b90b7..535c18260 100644
--- a/Completion/Zsh/Command/_precommand
+++ b/Completion/Zsh/Command/_precommand
@@ -1,4 +1,4 @@
-#compdef - nohup env eval time rusage noglob nocorrect exec catchsegv
+#compdef - nohup eval time rusage noglob nocorrect exec catchsegv
 
 shift words
 (( CURRENT-- ))