From 04912ff8fd6e9f61a8ae976175918b7d1fbfba3f Mon Sep 17 00:00:00 2001 From: Ethan P Date: Wed, 8 Apr 2020 03:49:57 -0700 Subject: [PATCH] Add include for constants.sh from print.sh --- lib/print.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/print.sh b/lib/print.sh index 9d81c8f..42d49e7 100644 --- a/lib/print.sh +++ b/lib/print.sh @@ -5,6 +5,7 @@ # Repository: https://github.com/eth-p/bat-extras # Issues: https://github.com/eth-p/bat-extras/issues # ----------------------------------------------------------------------------- +source "${LIB}/constants.sh" # Printf, but with optional colors. # This uses the same syntax and arguments as printf.