mirror of
https://github.com/CompeyDev/seal.devcomp.xyz.git
synced 2024-12-12 12:50:40 +00:00
7 lines
462 B
Bash
7 lines
462 B
Bash
#########################################################################
|
|
## 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="------------------------------------------------------------------"
|