Skip to content

Commit

Permalink
feat(fzf): source completion
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasnorrby committed Nov 19, 2020
1 parent b3be4c1 commit 9afad20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shell/zsh/fzf.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ fi
# ------------
if [[ "$(_os)" == "macos" ]] ; then
source "/usr/local/opt/fzf/shell/key-bindings.zsh"
source "/usr/local/opt/fzf/shell/completion.zsh"
else
source "/usr/share/fzf/key-bindings.zsh"
source "/usr/share/fzf/completion.zsh"
fi

# Customization
Expand Down

0 comments on commit 9afad20

Please sign in to comment.