1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-20 05:53:52 +01:00
zsh/Completion/Zsh/Command/_dirs

9 lines
261 B
Plaintext
Raw Normal View History

#compdef dirs
_arguments -s \
'(-)-c[clear the directory stack]' \
'(* -c)-l[display directory names in full]' \
'(* -c)-v[display numbered list of directory stack]' \
'(* -c)-p[display directory entries on per line]' \
'(-)*:directory:_directories'