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:
@@ -40,6 +40,7 @@ if [[ `git status --porcelain` ]]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
COLOR_SUFFIX="\033[0m" # End all colors and special effects
|
||||||
PURPLE_PREFIX="\033[35m" # Purple prefix
|
PURPLE_PREFIX="\033[35m" # Purple prefix
|
||||||
BOLD_PREFIX="\033[1m" # Bold prefix
|
BOLD_PREFIX="\033[1m" # Bold prefix
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user