mirror of
https://github.com/daylinmorgan/monolisa-nerdfont-patch.git
synced 2024-11-12 18:03:14 -06:00
add sourcing of .env
This commit is contained in:
parent
d3b2d37f18
commit
e5caea257c
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -6,3 +6,4 @@ patched/*
|
|||
!**/.gitkeep
|
||||
|
||||
nerd-fonts
|
||||
.env
|
||||
|
|
1
Makefile
1
Makefile
|
@ -1,3 +1,4 @@
|
|||
-include .env
|
||||
ARGS ?= -c
|
||||
|
||||
NF_SRC := $(shell ./bin/get-font-files src)
|
||||
|
|
Loading…
Reference in a new issue