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

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