about summary refs log tree commit diff
path: root/Completion/Zsh/Command/_precommand
blob: f848721d93a45e584b47535940da8c9e5569137c (plain) (blame)
1
2
3
4
5
6
7
8
9
#compdef - nohup eval time rusage noglob nocorrect exec catchsegv aoss hilite eatmydata

# precommands is made local in _main_complete
precommands+=($words[1])

shift words
(( CURRENT-- ))

_normal