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

functions: add watchgrc

This commit is contained in:
bretello 2020-03-08 19:43:47 +01:00
parent 243daba237
commit 47104f27af

View File

@ -32,6 +32,12 @@ function dockertags
done
}
# watch with grc enabled
function watchgrc
{
watch -n 1 -c grc --colour=on "$@"
}
## Simple calculator. Usage: calc 1+1, calc 5/7, calc "sqrt(2)"
function calc
{