mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-04-17 11:35:32 +08:00
Merge d91164af4f
into 5eb677bb0f
This commit is contained in:
commit
3b9103c821
2
Makefile
2
Makefile
@ -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 && \
|
||||
|
@ -29,6 +29,7 @@
|
||||
# -------------------------------------------------------------------------------------------------
|
||||
|
||||
|
||||
export PATH
|
||||
setopt NO_UNSET WARN_CREATE_GLOBAL
|
||||
|
||||
# Required for add-zle-hook-widget.
|
||||
|
Loading…
Reference in New Issue
Block a user