mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
Merge commit '29759b7b0a83e08ce52dd240c9463f2c8090c416'
This commit is contained in:
commit
bc3158cba5
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ APPNAME ?= gitstatusd
|
|||
OBJDIR ?= obj
|
||||
|
||||
CXX ?= g++
|
||||
ZSH ?= $(shell command -v zsh 2> /dev/null)
|
||||
ZSH := $(shell command -v zsh 2> /dev/null)
|
||||
|
||||
VERSION ?= $(shell . ./build.info && printf "%s" "$$gitstatus_version")
|
||||
|
||||
|
|
Loading…
Reference in a new issue