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

11 lines
227 B
Plaintext
Raw Normal View History

2024-03-04 15:39:55 +03:00
#!/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