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:
parent
a7f417245d
commit
29759b7b0a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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