mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-23 20:50:07 +00:00
don't allow overriding the path to zsh
This commit is contained in:
parent
bc3158cba5
commit
ff79e502ad
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -1,7 +1,7 @@
|
|||
ZSH ?= $(shell command -v zsh 2> /dev/null)
|
||||
ZSH := $(shell command -v zsh 2> /dev/null)
|
||||
|
||||
all:
|
||||
|
||||
pkg:
|
||||
cd gitstatus && $(MAKE) ZSH=$(ZSH) pkg && cd ..
|
||||
cd gitstatus && $(MAKE) pkg && cd ..
|
||||
$(or $(ZSH),:) -fc 'for f in *.zsh-theme internal/*.zsh; do zcompile -R -- $$f.zwc $$f || exit; done'
|
||||
|
|
Loading…
Reference in a new issue