Sorin Ionescu
13 years ago
3 changed files with 26 additions and 4 deletions
@ -0,0 +1,12 @@ |
|||||||
|
#compdef cdls popdls pushdls |
||||||
|
#autoload |
||||||
|
|
||||||
|
# |
||||||
|
# Completes cdls, popdls, and pushdls. |
||||||
|
# |
||||||
|
# Authors: |
||||||
|
# Sorin Ionescu <sorin.ionescu@gmail.com> |
||||||
|
# |
||||||
|
|
||||||
|
_cd |
||||||
|
|
@ -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' |
||||||
|
|
Loading…
Reference in new issue