1
0
mirror of https://github.com/sorin-ionescu/prezto.git synced 2025-03-25 20:02:20 +08:00
2012-06-10 20:04:55 -04:00

15 lines
249 B
Plaintext

#compdef mkdcd
#autoload
#
# Completes mkdcd.
#
# Authors:
# Sorin Ionescu <sorin.ionescu@gmail.com>
#
_wanted directories expl \
'parent directory (alternatively specify name of directory)' \
_path_files -/ || _message 'name of directory'