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

zsh: functions: add 'bold' function to print bold text

This commit is contained in:
bretello 2023-12-21 16:13:48 +01:00
parent 353378af8c
commit 58393456a9
Signed by: brethil
GPG Key ID: 876AAC6290170FE7

View File

@ -72,6 +72,10 @@ function blue
{
echo -e "$Blue$@$CLEAR"
}
function bold
{
echo -e "$BOLD$@$CLEAR"
}
## Flashes the screen until user presses a key
function flasher