Fixing more of my errors
parent
3ef158cdef
commit
725ad9f0f5
|
@ -65,6 +65,7 @@ function pick_color {
|
||||||
|
|
||||||
# reset_color
|
# reset_color
|
||||||
function reset_color {
|
function reset_color {
|
||||||
|
unset NEWLINE
|
||||||
DEFAULT_COLOR="\E[39m"
|
DEFAULT_COLOR="\E[39m"
|
||||||
if [ "$1" == "N" ]; then
|
if [ "$1" == "N" ]; then
|
||||||
NEWLINE="-n"
|
NEWLINE="-n"
|
||||||
|
|
Loading…
Reference in New Issue