1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-11-11 00:00:06 +00:00

Squashed 'gitstatus/' changes from e2276e72..630915cc

630915cc don't allow overriding the path to zsh

git-subtree-dir: gitstatus
git-subtree-split: 630915ccb1700f1f880d25cb04da23bf68fc4293
This commit is contained in:
Roman Perepelitsa 2020-11-26 11:16:16 +01:00
parent a7f417245d
commit 29759b7b0a

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