1
0
dotfiles/.config/zsh/local.zsh.example

11 lines
269 B
Plaintext
Raw Normal View History

2024-02-18 02:32:08 +03:00
#!/bin/zsh
2024-02-18 15:10:19 +03:00
## skip system-wide podman completion and produce own
2024-02-18 02:32:08 +03:00
ZSHU_COMP_FORCE[podman]=1
2024-02-18 15:10:19 +03:00
## systemctl status podman.socket
export DOCKER_HOST=/run/podman/podman.sock
## systemctl --user status podman.socket
export DOCKER_HOST=${XDG_RUNTIME_DIR}/podman/podman.sock