mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(fish): make Podman work with LazyDocker
This commit is contained in:
@@ -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'"
|
||||||
|
|||||||
Reference in New Issue
Block a user