Files
zsh/Functions/Completion/__command
1999-04-15 18:05:38 +00:00

8 lines
82 B
Plaintext

#function command
if [[ -position 2 -1 ]]; then
compsub
else
complist -em
fi