aboutsummaryrefslogtreecommitdiff
path: root/bash/fzf.bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash/fzf.bash')
-rw-r--r--bash/fzf.bash11
1 files changed, 11 insertions, 0 deletions
diff --git a/bash/fzf.bash b/bash/fzf.bash
new file mode 100644
index 0000000..76e3dde
--- /dev/null
+++ b/bash/fzf.bash
@@ -0,0 +1,11 @@
+# vi:syntax=sh
+
+if [ -f /usr/share/fzf/completion.bash ]; then
+ source /usr/share/fzf/completion.bash
+fi
+
+if [ -f /usr/share/fzf/key-bindings.bash ]; then
+ source /usr/share/fzf/key-bindings.bash
+fi
+
+export FZF_COMPLETION_TRIGGER='++'