set DOCKER_HOST for podman
This commit is contained in:
parent
1e1cb49269
commit
999cba0f41
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ if status is-interactive
|
|||
set -x GPG_TTY (tty)
|
||||
set -x SSH_AUTH_SOCK (gpgconf --list-dirs agent-ssh-socket)
|
||||
set -x EDITOR nvim
|
||||
#set -x DOCKER_HOST unix://$XDG_RUNTIME_DIR/docker.sock
|
||||
# TODO: add logic for podman/docker
|
||||
set DOCKER_HOST unix://$XDG_RUNTIME_DIR/podman/podman.sock
|
||||
gpgconf --launch gpg-agent
|
||||
gpg-connect-agent updatestartuptty /bye
|
||||
# ctrl+backspace (^H in kitty)
|
||||
|
|
Loading…
Add table
Reference in a new issue