15 lines
249 B
Plaintext
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'
|
||
|
|