Add include for constants.sh from print.sh

This commit is contained in:
Ethan P 2020-04-08 03:49:57 -07:00
parent 03971fe64e
commit 04912ff8fd
No known key found for this signature in database
GPG Key ID: 6963FD04F6CF35EA

View File

@ -5,6 +5,7 @@
# Repository: https://github.com/eth-p/bat-extras # Repository: https://github.com/eth-p/bat-extras
# Issues: https://github.com/eth-p/bat-extras/issues # Issues: https://github.com/eth-p/bat-extras/issues
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
source "${LIB}/constants.sh"
# Printf, but with optional colors. # Printf, but with optional colors.
# This uses the same syntax and arguments as printf. # This uses the same syntax and arguments as printf.