diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2003-07-09 14:06:14 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2003-07-09 14:06:14 +0000 |
commit | 48dbd4a65c740f3b7f3776e49ab61dbffb8e35b2 (patch) | |
tree | 8c61390024d5453852f63fe9445e387b3fe0eb95 /Completion/Zsh/Command/_precommand | |
parent | ab24c6e37cec460d0497518e22d974559f6a4912 (diff) | |
download | zsh-48dbd4a65c740f3b7f3776e49ab61dbffb8e35b2.tar.gz zsh-48dbd4a65c740f3b7f3776e49ab61dbffb8e35b2.tar.xz zsh-48dbd4a65c740f3b7f3776e49ab61dbffb8e35b2.zip |
18839/18840: Completion for nice
Diffstat (limited to 'Completion/Zsh/Command/_precommand')
-rw-r--r-- | Completion/Zsh/Command/_precommand | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Zsh/Command/_precommand b/Completion/Zsh/Command/_precommand index bcda9fc8b..e48094721 100644 --- a/Completion/Zsh/Command/_precommand +++ b/Completion/Zsh/Command/_precommand @@ -1,4 +1,4 @@ -#compdef - nohup nice eval time rusage noglob nocorrect exec +#compdef - nohup eval time rusage noglob nocorrect exec shift words (( CURRENT-- )) |