Fix blue() coloring function

whole-command-tab-completion
bretello 2020-02-14 16:37:39 +01:00
parent 9c2e6cfcee
commit 8eb75194e1
1 changed files with 3 additions and 3 deletions

View File

@ -65,9 +65,9 @@ function green
{
echo -e "$Green$@$CLEAR"
}
function blue
{
echo -e "$Blue@$CLEAR"
function blue
{
echo -e "$Blue$@$CLEAR"
}
## Flashes the screen until user presses a key