1
0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2025-02-09 13:13:42 +02:00

Merge commit '29759b7b0a83e08ce52dd240c9463f2c8090c416'

This commit is contained in:
Roman Perepelitsa 2020-11-26 11:16:16 +01:00
commit bc3158cba5

View File

@ -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")