Skip to content

Commit

Permalink
fix fzf
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Dec 28, 2023
1 parent ef4bacb commit e59e149
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,15 @@ if type brew &>/dev/null; then
compinit
fi

# FZF: fuzzy finderls
if [[ -f "/usr/local/opt/fzf/shell/completion.zsh" ]]; then
source "/usr/local/opt/fzf/shell/completion.zsh"
fi

if [[ -f "/usr/local/opt/fzf/shell/key-bindings.zsh" ]]; then
source "/usr/local/opt/fzf/shell/key-bindings.zsh"
fi

zinit ice wait lucid depth"1" atload"zicompinit; zicdreplay" blockf
zinit light Aloxaf/fzf-tab

Expand Down

0 comments on commit e59e149

Please sign in to comment.