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, 0 insertions, 11 deletions
diff --git a/bash/fzf.bash b/bash/fzf.bash
deleted file mode 100644
index 76e3dde..0000000
--- a/bash/fzf.bash
+++ /dev/null
@@ -1,11 +0,0 @@
-# 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='++'