fzf as local as it gets

This commit is contained in:
2020-02-01 23:05:45 +01:00
parent e21f5533b6
commit d112f01dbf
3 changed files with 293 additions and 2 deletions

View File

@@ -6,8 +6,8 @@ fi
# Auto-completion
# ---------------
[[ $- == *i* ]] && source "/usr/local/opt/fzf/shell/completion.zsh" 2> /dev/null
[[ $- == *i* ]] && source "~/.fzf_completion.zsh" 2> /dev/null
# Key bindings
# ------------
source "/usr/local/opt/fzf/shell/key-bindings.zsh"
source "~/.fzf_key-bindings.zsh"