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:
parent
9c2e6cfcee
commit
8eb75194e1
|
@ -65,9 +65,9 @@ function green
|
||||||
{
|
{
|
||||||
echo -e "$Green$@$CLEAR"
|
echo -e "$Green$@$CLEAR"
|
||||||
}
|
}
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user