zsh: update examples
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
8834da817c
commit
20aafe29e8
@ -2,9 +2,3 @@
|
|||||||
|
|
||||||
## skip system-wide podman completion and produce own
|
## skip system-wide podman completion and produce own
|
||||||
ZSHU_COMP_FORCE[podman]=1
|
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
|
|
||||||
|
10
.config/zsh/local/env.zsh.example
Normal file
10
.config/zsh/local/env.zsh.example
Normal 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
|
Loading…
Reference in New Issue
Block a user