Compare commits
3 Commits
050a8ef689
...
464f286214
| Author | SHA1 | Date |
|---|---|---|
|
|
464f286214 | |
|
|
c4d9559184 | |
|
|
d91164af4f |
2
Makefile
2
Makefile
|
|
@ -4,7 +4,7 @@ INSTALL?=install -c
|
||||||
PREFIX?=/usr/local
|
PREFIX?=/usr/local
|
||||||
SHARE_DIR?=$(DESTDIR)$(PREFIX)/share/$(NAME)
|
SHARE_DIR?=$(DESTDIR)$(PREFIX)/share/$(NAME)
|
||||||
DOC_DIR?=$(DESTDIR)$(PREFIX)/share/doc/$(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:
|
all:
|
||||||
cd docs && \
|
cd docs && \
|
||||||
|
|
|
||||||
|
|
@ -354,6 +354,7 @@ _zsh_highlight_highlighter_main_paint()
|
||||||
'pkexec' '' # doesn't take short options; immune to #121 because it's usually not passed --option flags
|
'pkexec' '' # doesn't take short options; immune to #121 because it's usually not passed --option flags
|
||||||
# Not listed: -h, which has two different meanings.
|
# Not listed: -h, which has two different meanings.
|
||||||
'sudo' Cgprtu:AEHPSbilns:eKkVv # as of sudo 1.8.21p2
|
'sudo' Cgprtu:AEHPSbilns:eKkVv # as of sudo 1.8.21p2
|
||||||
|
'run0' ugD:h # systemd 256.6
|
||||||
'stdbuf' ioe:
|
'stdbuf' ioe:
|
||||||
'eatmydata' ''
|
'eatmydata' ''
|
||||||
'catchsegv' ''
|
'catchsegv' ''
|
||||||
|
|
|
||||||
|
|
@ -29,6 +29,7 @@
|
||||||
# -------------------------------------------------------------------------------------------------
|
# -------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
export PATH
|
||||||
setopt NO_UNSET WARN_CREATE_GLOBAL
|
setopt NO_UNSET WARN_CREATE_GLOBAL
|
||||||
|
|
||||||
# Required for add-zle-hook-widget.
|
# Required for add-zle-hook-widget.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue