Commit 32e7e0a4 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Make STATIC_PATTERNS respect environment variable

parent 2b70a4ec
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@ declare -a THEMES=( ${THEMES-} )
declare -a PLUGINS=( ${PLUGINS-} )
declare -a LANGUAGES=( ${LANGUAGES-} )
declare -a STATIC_PATTERNS=(
	${STATIC_PATTERNS-}
	"*.crt"
	"*.md"
	"*.[pm]o"