Add call to function at end of file

This commit is contained in:
Chris King
2025-01-22 20:13:30 -08:00
parent f4e7dd6b68
commit 892558a7ee

View File

@@ -1,6 +1,7 @@
#compdef dcr #compdef dcd dcu dcr dcp
_dcr() { _dockerprojectmannager_suggest_dirs() {
setopt local_options xtrace _alternative 'directories:Docker Projects:_files -W /docker -/'
_arguments '1:Docker Projects:_files -W /docker -/'
} }
_dockerprojectmannager_suggest_dirs "$@"