summarylogtreecommitdiffstats
path: root/key-bindings.zsh.patch
diff options
context:
space:
mode:
authorhaawda2020-06-15 12:05:12 +0200
committerhaawda2020-06-15 12:05:12 +0200
commitc7a0efcb152d02568d6f8958c2aea8547edc12a9 (patch)
tree4b9e1ba475355892a227c5548dce311b9815fda0 /key-bindings.zsh.patch
parentd4366aa811ab37727cfd0ebb3584282803b0012c (diff)
downloadaur-c7a0efcb152d02568d6f8958c2aea8547edc12a9.tar.gz
Adopted, removed patches, rewrittten pkgver
Diffstat (limited to 'key-bindings.zsh.patch')
-rw-r--r--key-bindings.zsh.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/key-bindings.zsh.patch b/key-bindings.zsh.patch
deleted file mode 100644
index a47744385aaa..000000000000
--- a/key-bindings.zsh.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- ./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