This repository has been archived on 2022-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
prezto/modules/utility/functions/_mkdcd
2012-09-30 16:05:36 -04:00

15 lines
196 B
Plaintext

#compdef mkdcd
#autoload
#
# Completes mkdcd.
#
# Authors:
# Sorin Ionescu <sorin.ionescu@gmail.com>
#
local expl
_wanted directories expl 'directory' _path_files -/ || _message 'directory'