fix zoxide integration

This commit is contained in:
Johannes Knopp
2026-04-03 12:24:06 +02:00
parent 98235a8c18
commit d0d3fc23e8
3 changed files with 3 additions and 3 deletions

View File

@ -45,4 +45,4 @@
"theme.bar.buttons.y_margins": "0.2em", "theme.bar.buttons.y_margins": "0.2em",
"theme.bar.dropdownGap": "2.9em", "theme.bar.dropdownGap": "2.9em",
"theme.bar.outer_spacing": "1.6em" "theme.bar.outer_spacing": "1.6em"
} }

View File

@ -53,3 +53,5 @@ export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/gcr/ssh"
bindkey '^H' backward-kill-word bindkey '^H' backward-kill-word
bindkey '^R' fzf-history-widget bindkey '^R' fzf-history-widget
eval "$(zoxide init zsh)"

View File

@ -1,3 +1 @@
# source /usr/share/autojump/autojump.zsh
eval $(zoxide init zsh)
source <(fzf --zsh) source <(fzf --zsh)