diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2014-09-17 16:59:45 +0200 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2014-10-10 16:44:40 +0200 |
commit | 504b29a475324160472fb60819d7bec6a1e45cb1 (patch) | |
tree | 0875979b84a77dc200779edcaa86867b82f34974 /Makefile | |
parent | 0f66088d9282543763d92209afd4d045494b8ee3 (diff) | |
download | xtools-504b29a475324160472fb60819d7bec6a1e45cb1.tar.gz xtools-504b29a475324160472fb60819d7bec6a1e45cb1.tar.xz xtools-504b29a475324160472fb60819d7bec6a1e45cb1.zip |
add zsh completion
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |