[shell] add fzf

This commit is contained in:
Felix Buehler 2018-05-29 21:04:18 +02:00
parent 16aad7f4c5
commit 00759e8963
2 changed files with 5 additions and 0 deletions

4
shell/fzf.sh Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh
[ -r /usr/share/fzf/key-bindings.bash ] && . /usr/share/fzf/key-bindings.bash
[ -r /usr/share/fzf/completion.bash ] && . /usr/share/fzf/completion.bash