aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/completion/_aur
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2016-10-07 09:26:47 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2017-06-01 18:37:35 +0200
commit6f917777cc5be5df1484961d67aec55f3591fb54 (patch)
tree15c10ac85326d9d3097be94ae90d788db48085b7 /zsh/completion/_aur
parent8e32e6731567a3654999826e4ee7af8660787210 (diff)
downloaddotfiles-6f917777cc5be5df1484961d67aec55f3591fb54.tar.xz
zsh: Drop custom completions
No use for any of them anymore. Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'zsh/completion/_aur')
-rw-r--r--zsh/completion/_aur4
1 files changed, 0 insertions, 4 deletions
diff --git a/zsh/completion/_aur b/zsh/completion/_aur
deleted file mode 100644
index 83a359c..0000000
--- a/zsh/completion/_aur
+++ /dev/null
@@ -1,4 +0,0 @@
-#compdef aur-push aur-pull
-
-_arguments \
- "1: :($(git for-each-ref --format='%(refname:short)' refs/heads))"