mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-11-01 06:11:12 +00:00
14 lines
195 B
Plaintext
14 lines
195 B
Plaintext
#compdef mkdcd
|
|
#autoload
|
|
|
|
#
|
|
# Completes mkdcd.
|
|
#
|
|
# Authors:
|
|
# Sorin Ionescu <sorin.ionescu@gmail.com>
|
|
#
|
|
|
|
local expl
|
|
|
|
_wanted directories expl 'directory' _path_files -/ || _message 'directory'
|