From 05c9c72e0f7215c8c6ac48c26d89011274980f59 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Fri, 7 Mar 2025 12:31:09 +0100 Subject: [PATCH] chore(fish): make Podman work with LazyDocker --- config/fish/config.fish | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/fish/config.fish b/config/fish/config.fish index a9daa69..92078c0 100644 --- a/config/fish/config.fish +++ b/config/fish/config.fish @@ -48,6 +48,9 @@ set -x SSH_AUTH_SOCK $HOME/Library/Containers/com.maxgoedjen.Secretive.SecretAge # fd set FD_OPTIONS "--follow --exclude .git --exclude node_modules" +# Make Podman work with LazyDocker +set -x DOCKER_HOST "unix://"(podman machine inspect --format '{{.ConnectionInfo.PodmanSocket.Path}}') + # fzf set -x FZF_ALT_C_COMMAND "fd --type d $FD_OPTIONS --color=never --hidden" set -x FZF_ALT_C_OPTS "--preview 'tree -C {} | head -50'"