mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-23 20:11: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"
|
||||
}
|
||||
function blue
|
||||
{
|
||||
echo -e "$Blue@$CLEAR"
|
||||
function blue
|
||||
{
|
||||
echo -e "$Blue$@$CLEAR"
|
||||
}
|
||||
|
||||
## Flashes the screen until user presses a key
|
||||
|
|
Loading…
Reference in New Issue
Block a user