diff --git a/.config/zsh/local.zsh.example b/.config/zsh/local.zsh.example index 77383d4..235daa5 100644 --- a/.config/zsh/local.zsh.example +++ b/.config/zsh/local.zsh.example @@ -4,7 +4,7 @@ ZSHU_COMP_FORCE[podman]=1 ## systemctl status podman.socket -export DOCKER_HOST=/run/podman/podman.sock +export DOCKER_HOST=unix:///run/podman/podman.sock ## systemctl --user status podman.socket -export DOCKER_HOST=${XDG_RUNTIME_DIR}/podman/podman.sock +export DOCKER_HOST=unix://${XDG_RUNTIME_DIR}/podman/podman.sock