blob: 300d2b0afee82efd3786945b31dac93ec7194f18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./shell/key-bindings.bash 2015-10-05 07:52:39.421599247 -0700
+++ ./shell/key-bindings.bash 2015-10-05 07:52:57.124933562 -0700
@@ -1,3 +1,8 @@
+# Auto-completion
+# ---------------
+[[ $- =~ i && -f /usr/share/bash-completion/completions/fzf ]] \
+ && source /usr/share/bash-completion/completions/fzf
+
# Key bindings
# ------------
__fzf_select__() {
|