mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 19:11:30 +01:00
zsh: functions: add 'bold' function to print bold text
This commit is contained in:
parent
353378af8c
commit
58393456a9
|
@ -72,6 +72,10 @@ function blue
|
||||||
{
|
{
|
||||||
echo -e "$Blue$@$CLEAR"
|
echo -e "$Blue$@$CLEAR"
|
||||||
}
|
}
|
||||||
|
function bold
|
||||||
|
{
|
||||||
|
echo -e "$BOLD$@$CLEAR"
|
||||||
|
}
|
||||||
|
|
||||||
## Flashes the screen until user presses a key
|
## Flashes the screen until user presses a key
|
||||||
function flasher
|
function flasher
|
||||||
|
|
Loading…
Reference in New Issue
Block a user