chore(fish): make Podman work with LazyDocker

This commit is contained in:
Stefan Imhoff
2025-03-07 12:31:09 +01:00
parent fa74963c0a
commit 05c9c72e0f

View File

@@ -48,6 +48,9 @@ set -x SSH_AUTH_SOCK $HOME/Library/Containers/com.maxgoedjen.Secretive.SecretAge
# fd # fd
set FD_OPTIONS "--follow --exclude .git --exclude node_modules" 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 # fzf
set -x FZF_ALT_C_COMMAND "fd --type d $FD_OPTIONS --color=never --hidden" 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'" set -x FZF_ALT_C_OPTS "--preview 'tree -C {} | head -50'"