This commit is contained in:
m0vie 2024-11-22 14:15:27 +00:00 committed by GitHub
commit 3b9103c821
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@ INSTALL?=install -c
PREFIX?=/usr/local
SHARE_DIR?=$(DESTDIR)$(PREFIX)/share/$(NAME)
DOC_DIR?=$(DESTDIR)$(PREFIX)/share/doc/$(NAME)
ZSH?=zsh # zsh binary to run tests with
ZSH?="`which zsh`" # zsh binary to run tests with
all:
cd docs && \

View File

@ -29,6 +29,7 @@
# -------------------------------------------------------------------------------------------------
export PATH
setopt NO_UNSET WARN_CREATE_GLOBAL
# Required for add-zle-hook-widget.