1
0

zsh: update examples
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Konstantin Demin 2024-03-04 15:39:55 +03:00
parent 8834da817c
commit 20aafe29e8
Signed by: krd
GPG Key ID: 1F33CB0BA4731BC6
2 changed files with 10 additions and 6 deletions

View File

@ -2,9 +2,3 @@
## skip system-wide podman completion and produce own
ZSHU_COMP_FORCE[podman]=1
## systemctl status podman.socket
export DOCKER_HOST=unix:///run/podman/podman.sock
## systemctl --user status podman.socket
export DOCKER_HOST=unix://${XDG_RUNTIME_DIR}/podman/podman.sock

View File

@ -0,0 +1,10 @@
#!/bin/zsh
z-ssh-agent
z-gpg-agent
## systemctl status podman.socket
export DOCKER_HOST=unix:///run/podman/podman.sock
## systemctl --user status podman.socket
export DOCKER_HOST=unix://${XDG_RUNTIME_DIR}/podman/podman.sock