1
0

zsh: update

This commit is contained in:
2024-02-18 15:10:19 +03:00
parent f77e4a54bc
commit b9b056d10d
3 changed files with 29 additions and 14 deletions

View File

@@ -1,4 +1,10 @@
#!/bin/zsh
typeset -gA ZSHU_COMP_FORCE
## skip system-wide podman completion and produce own
ZSHU_COMP_FORCE[podman]=1
## 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