summarylogtreecommitdiffstats
path: root/key-bindings.zsh.patch
diff options
context:
space:
mode:
authorAndy Weidenbaum2015-12-09 20:27:03 -0800
committerAndy Weidenbaum2015-12-09 20:27:03 -0800
commite8034e8c863854622ff394ca49c81c3605a2b3ea (patch)
treec58ca099da9b3366544aa0031d9b651670e5e6dd /key-bindings.zsh.patch
downloadaur-e8034e8c863854622ff394ca49c81c3605a2b3ea.tar.gz
Initial import
Diffstat (limited to 'key-bindings.zsh.patch')
-rw-r--r--key-bindings.zsh.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/key-bindings.zsh.patch b/key-bindings.zsh.patch
new file mode 100644
index 000000000000..a47744385aaa
--- /dev/null
+++ b/key-bindings.zsh.patch
@@ -0,0 +1,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