diff --git a/podman-compose-toml.zsh b/podman-compose-toml.zsh index 8387063..07b1d34 100644 --- a/podman-compose-toml.zsh +++ b/podman-compose-toml.zsh @@ -1,7 +1,6 @@ -# source this file in ZSH to get TOML support in podman-compose -# via the dct command +# source this file in ZSH to get TOML support in docker-compose +# via the pct command # yj is required for this to work. -# function name stands for Podman Compose Toml pct () { local file_path=('./podman-compose.toml') zmodload zsh/zutil