Compare commits
3 Commits
3b9103c821
...
050a8ef689
| Author | SHA1 | Date |
|---|---|---|
|
|
050a8ef689 | |
|
|
1d85c69261 | |
|
|
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 && \
|
||||||
|
|
|
||||||
|
|
@ -372,6 +372,7 @@ _zsh_highlight_highlighter_main_paint()
|
||||||
'grc' :se # grc - a "generic colouriser" (that's their spelling, not mine)
|
'grc' :se # grc - a "generic colouriser" (that's their spelling, not mine)
|
||||||
'cpulimit' elp:ivz # cpulimit 0.2
|
'cpulimit' elp:ivz # cpulimit 0.2
|
||||||
'ktrace' fgpt:aBCcdiT
|
'ktrace' fgpt:aBCcdiT
|
||||||
|
'caffeinate' tw:dimsu # as of macOS's caffeinate(8) dated November 9, 2012
|
||||||
)
|
)
|
||||||
# Commands that would need to skip one positional argument:
|
# Commands that would need to skip one positional argument:
|
||||||
# flock
|
# flock
|
||||||
|
|
|
||||||
|
|
@ -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