blob: a47744385aaa5f86f93faa13c23dbbdb39112d88 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- ./shell/key-bindings.zsh 2015-10-05 07:53:13.168267783 -0700
+++ ./shell/key-bindings.zsh 2015-10-05 07:53:32.584935525 -0700
@@ -1,3 +1,9 @@
+# Auto-completion
+# ---------------
+if [[ -f /usr/share/zsh/site-functions/_fzf ]]; then
+ source /usr/share/zsh/site-functions/_fzf
+fi
+
# Key bindings
# ------------
if [[ $- == *i* ]]; then
|