From 504b29a475324160472fb60819d7bec6a1e45cb1 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Wed, 17 Sep 2014 16:59:45 +0200 Subject: add zsh completion --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 085d450..e8058b0 100644 --- a/Makefile +++ b/Makefile @@ -5,4 +5,5 @@ all: install: for f in x*[^~]; do install -Dm0755 $$f $(DESTDIR)$(PREFIX)/bin/$$f; done + install -Dm644 _xtools /usr/share/zsh/site-functions/_xtools -- cgit 1.4.1