seal.devcomp.xyz/scripts/commons.sh

8 lines
462 B
Bash
Raw Normal View History

2024-02-05 16:54:00 +00:00
#########################################################################
## None of this is required since trunk now natively supports tailwind ##
#########################################################################
export log_prefix="\x1b[34m[\u001b[0m\x1b[31m*\x1b[34m\x1b[34m]\u001b[0m"
export command_prefix="\x1b[34m[\u001b[0m\x1b[31m\!\x1b[34m\x1b[34m]\u001b[0m"
export separator="------------------------------------------------------------------"