rename and limit to dcr for testing

This commit is contained in:
Chris King
2025-01-22 20:39:38 -08:00
parent c97485f060
commit ac8e342dc1
2 changed files with 7 additions and 7 deletions

7
completions/_dcr Normal file
View File

@@ -0,0 +1,7 @@
#compdef dcr
_dcr() {
_arguments '1:docker projects:_files -W /docker -/'
}
_dcr "$@"