password-store

Simple password manager using gpg and ordinary unix directories
git clone https://git.zx2c4.com/password-store
Log | Files | Refs | README | LICENSE

commit 1057be995c9c850a39eb1044a264168be052064e
parent 7d37a62180c8cbd3a99236f9d6e2cb2dd33a853a
Author: David Adam <zanchey@ucc.gu.uwa.edu.au>
Date:   Thu,  4 Dec 2014 21:07:40 +0800

fish: install completions in preferred directory

Signed-off-by: David Adam <zanchey@ucc.gu.uwa.edu.au>

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -8,7 +8,7 @@ PLATFORMFILE := src/platform/$(shell uname | cut -d _ -f 1 | tr '[:upper:]' '[:l BASHCOMP_PATH ?= $(DESTDIR)$(PREFIX)/share/bash-completion/completions ZSHCOMP_PATH ?= $(DESTDIR)$(PREFIX)/share/zsh/site-functions -FISHCOMP_PATH ?= $(DESTDIR)$(PREFIX)/share/fish/completions +FISHCOMP_PATH ?= $(DESTDIR)$(PREFIX)/share/fish/vendor_completions.d ifeq ($(FORCE_ALL),1) FORCE_BASHCOMP := 1