diff options
Diffstat (limited to 'Completion/Zsh/Command')
-rw-r--r-- | Completion/Zsh/Command/_precommand | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Completion/Zsh/Command/_precommand b/Completion/Zsh/Command/_precommand new file mode 100644 index 000000000..bcda9fc8b --- /dev/null +++ b/Completion/Zsh/Command/_precommand @@ -0,0 +1,6 @@ +#compdef - nohup nice eval time rusage noglob nocorrect exec + +shift words +(( CURRENT-- )) + +_normal |