1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-11-24 04:21:31 +01:00

Fix blue() coloring function

This commit is contained in:
bretello 2020-02-14 16:37:39 +01:00
parent 9c2e6cfcee
commit 8eb75194e1

View File

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