mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-01-15 18:37:40 +08:00
feat: add COLOR_SUFFIX=033[0m # End all colors and special effects
Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
parent
092d6e4024
commit
f13b3c0718
@ -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…
x
Reference in New Issue
Block a user