From 8c5e1487a3423188f90ad0c3262558b42b4c80c6 Mon Sep 17 00:00:00 2001 From: Daniel Wallace Date: Thu, 3 Jan 2013 15:13:16 -0500 Subject: add zsh completion Updated but doesn't include card/profile completion --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fac9117..7783128 100644 --- a/Makefile +++ b/Makefile @@ -23,6 +23,7 @@ pulse.o: pulse.cc pulse.h install: ponymix install -Dm755 ponymix $(DESTDIR)/usr/bin/ponymix install -Dm644 ponymix.1 $(DESTDIR)/usr/share/man/man1/ponymix.1 + install -Dm644 zsh-completion $(DESTDIR)/usr/share/zsh/site-functions/_ponymix clean: $(RM) ponymix pulse.o -- cgit v1.2.3