feat: add COLOR_SUFFIX=033[0m # End all colors and special effects

Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
pull/462/head
Xinwei Xiong(cubxxw-openim) 1 year ago
parent 396f455c77
commit 44d7f79637

@ -40,6 +40,7 @@ if [[ `git status --porcelain` ]]; then
exit 1
fi
COLOR_SUFFIX="\033[0m" # End all colors and special effects
PURPLE_PREFIX="\033[35m" # Purple prefix
BOLD_PREFIX="\033[1m" # Bold prefix

Loading…
Cancel
Save