We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f056eb commit 978ab66Copy full SHA for 978ab66
plugins/envsetup
@@ -45,6 +45,7 @@ _c_magneta="\e[95m"
45
_c_green="\e[32m"
46
_c_red="\e[31m"
47
_c_blue="\e[34m"
48
+RST="\e[0m"
49
50
die() { echo -e "${_c_red}[E] ${*}${RST}";exit 1;:;}
51
warn() { echo -e "${_c_red}[W] ${*}${RST}";:;}
0 commit comments