Update the way FZF sources shell integration
This commit is contained in:
6
.fzf.zsh
6
.fzf.zsh
@@ -9,8 +9,10 @@ export FZF_DEFAULT_COMMAND="find . \( -name .git -o -name .stversions \) -prune
|
|||||||
|
|
||||||
# Auto-completion
|
# Auto-completion
|
||||||
# ---------------
|
# ---------------
|
||||||
source "$HOME/.fzf/shell/completion.zsh"
|
#source "$HOME/.fzf/shell/completion.zsh"
|
||||||
|
|
||||||
# Key bindings
|
# Key bindings
|
||||||
# ------------
|
# ------------
|
||||||
source "$HOME/.fzf/shell/key-bindings.zsh"
|
#source "$HOME/.fzf/shell/key-bindings.zsh"
|
||||||
|
#
|
||||||
|
source <(fzf --zsh)
|
||||||
|
|||||||
Reference in New Issue
Block a user