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