Skip to content

Commit 978ab66

Browse files
add color reset
1 parent 7f056eb commit 978ab66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/envsetup

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ _c_magneta="\e[95m"
4545
_c_green="\e[32m"
4646
_c_red="\e[31m"
4747
_c_blue="\e[34m"
48+
RST="\e[0m"
4849

4950
die() { echo -e "${_c_red}[E] ${*}${RST}";exit 1;:;}
5051
warn() { echo -e "${_c_red}[W] ${*}${RST}";:;}

0 commit comments

Comments
 (0)