diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:25:26 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:25:26 +0000 |
commit | 3b9498f5731018665c1a5f15a02b95e5e8e0908a (patch) | |
tree | c5b4722d16d86cd1f344c959b6c18d818f1d6b86 /Completion/Zsh/Command | |
parent | 2b0618ccc908847f193a6e53933c5a935ab5c2d0 (diff) | |
download | zsh-3b9498f5731018665c1a5f15a02b95e5e8e0908a.tar.gz zsh-3b9498f5731018665c1a5f15a02b95e5e8e0908a.tar.xz zsh-3b9498f5731018665c1a5f15a02b95e5e8e0908a.zip |
moved from Completion/Base/_precommand
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 |