fix zoxide integration
This commit is contained in:
@ -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