[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

View file

@ -49,6 +49,7 @@
"~/.profile.d/40-mysqlpw.sh": "shell/mysqlpw.sh",
"~/.profile.d/90-keychain.sh": "shell/keychain.sh",
"~/.profile.d/80-command-not-found.sh": "shell/command-not-found.sh",
"~/.profile.d/81-fzf.sh": "shell/fzf.sh",
"~/.config/redshift.conf": "redshift/redshift.conf",
"~/.config/redshift/hooks/hook.sh": "redshift/hook.sh",
"~/.config/pacaur/config": "pacaur/config",

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