mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2025-01-03 04:33:16 +02: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:
parent
a7f417245d
commit
29759b7b0a
2
Makefile
2
Makefile
@ -2,7 +2,7 @@ APPNAME ?= gitstatusd
|
|||||||
OBJDIR ?= obj
|
OBJDIR ?= obj
|
||||||
|
|
||||||
CXX ?= g++
|
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")
|
VERSION ?= $(shell . ./build.info && printf "%s" "$$gitstatus_version")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user