fix zoxide integration
This commit is contained in:
@ -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"
|
||||||
}
|
}
|
||||||
@ -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)"
|
||||||
|
|||||||
@ -1,3 +1 @@
|
|||||||
# source /usr/share/autojump/autojump.zsh
|
|
||||||
eval $(zoxide init zsh)
|
|
||||||
source <(fzf --zsh)
|
source <(fzf --zsh)
|
||||||
|
|||||||
Reference in New Issue
Block a user