fix: reset to default foreground color

This commit is contained in:
domi
2020-11-21 21:17:24 +01:00
parent 865177d0fd
commit d95b8ac763

View File

@@ -7,7 +7,7 @@ green=$(echo -en "\e[92m")
yellow=$(echo -en "\e[93m") yellow=$(echo -en "\e[93m")
red=$(echo -en "\e[91m") red=$(echo -en "\e[91m")
cyan=$(echo -en "\e[96m") cyan=$(echo -en "\e[96m")
default=$(echo -en "\e[97m") default=$(echo -en "\e[39m")
### sourcing all additional scripts ### sourcing all additional scripts
SRCDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )"/.. && pwd )" SRCDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )"/.. && pwd )"