1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-06-14 10:51:41 +00:00

[#149] Move compdef calls into their own files

This commit is contained in:
Sorin Ionescu
2012-06-03 20:45:53 -04:00
parent fdb3f4152f
commit 93e76b9e8d
3 changed files with 26 additions and 4 deletions

View File

@ -0,0 +1,14 @@
#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'