1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-06-29 10:17:25 +00:00
prezto/modules/utility/functions/_mkdcd

14 lines
195 B
Plaintext
Raw Normal View History

#compdef mkdcd
#autoload
#
# Completes mkdcd.
#
# Authors:
# Sorin Ionescu <sorin.ionescu@gmail.com>
#
2012-09-30 20:05:36 +00:00
local expl
_wanted directories expl 'directory' _path_files -/ || _message 'directory'