about summary refs log tree commit diff
path: root/Completion/Zsh
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2003-11-14 16:19:25 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2003-11-14 16:19:25 +0000
commitf15627d17b8bbf8c6c3623844be509b544d8a9f6 (patch)
tree01d0e196a8f3ad41b01f2d0fb456a26a75e5a3a1 /Completion/Zsh
parentddb1a1d92f8187ba8b47e496e05f538cfc33285c (diff)
downloadzsh-f15627d17b8bbf8c6c3623844be509b544d8a9f6.tar.gz
zsh-f15627d17b8bbf8c6c3623844be509b544d8a9f6.tar.xz
zsh-f15627d17b8bbf8c6c3623844be509b544d8a9f6.zip
19244: various completion function fixes and updates
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 e48094721..075f086a9 100644
--- a/Completion/Zsh/Command/_precommand
+++ b/Completion/Zsh/Command/_precommand
@@ -1,4 +1,4 @@
-#compdef - nohup eval time rusage noglob nocorrect exec
+#compdef - nohup env eval time rusage noglob nocorrect exec
 
 shift words
 (( CURRENT-- ))