mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-12 18:14:28 +05:00
fix: reset to default foreground color
This commit is contained in:
2
kiauh.sh
2
kiauh.sh
@@ -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 )"
|
||||||
|
|||||||
Reference in New Issue
Block a user