dotfiles/cfg/zsh/cfg.d/source.d/function-fzf.zsh
2017-08-23 12:20:14 +02:00

2 lines
164 B
Bash

[[ $- == *i* ]] && source "/home/linuxbrew/.linuxbrew/opt/fzf/shell/completion.zsh" 2> /dev/null
source "/home/linuxbrew/.linuxbrew/opt/fzf/shell/key-bindings.zsh"