From 33341730705889167c7b5feac669add7e5280972 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Mon, 13 Jul 2015 23:20:36 +0200 Subject: zsh: Add custom completions --- zsh/completion/_aur | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 zsh/completion/_aur (limited to 'zsh/completion/_aur') diff --git a/zsh/completion/_aur b/zsh/completion/_aur new file mode 100644 index 0000000..83a359c --- /dev/null +++ b/zsh/completion/_aur @@ -0,0 +1,4 @@ +#compdef aur-push aur-pull + +_arguments \ + "1: :($(git for-each-ref --format='%(refname:short)' refs/heads))" -- cgit v1.2.3-54-g00ecf