ZSH: Beginning of reconfiguring everything
This commit is contained in:
4
.config/zsh/autoload/dc
Executable file
4
.config/zsh/autoload/dc
Executable file
@ -0,0 +1,4 @@
|
||||
function dc() {
|
||||
DOCKER_PARAMS="$@"
|
||||
find . -maxdepth 2 -type f -regextype posix-extended -regex '.*(docker-compose|compose)\.ya?ml' -execdir "docker compose ${DOCKER_PARAMS}" \;
|
||||
}
|
Reference in New Issue
Block a user