From 0011cf88c0e48633332cdbf24885bb4a6567bb11 Mon Sep 17 00:00:00 2001 From: Vera Lewis Date: Wed, 27 Mar 2024 19:28:45 -0500 Subject: [PATCH] Updated Makefile to install ZSH completion --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 2167fe5..fd4c4d4 100644 --- a/Makefile +++ b/Makefile @@ -2,3 +2,4 @@ PREFIX = /home/xilmwa/.local/ install: vns install vns $(PREFIX)/bin + install zsh/site-functions/_vns $(PREFIX)/share/zsh/site-functions/_vns