functions: add watchgrc

feature/symbol-search
bretello 2020-03-08 19:43:47 +01:00
parent 243daba237
commit 47104f27af
1 changed files with 6 additions and 0 deletions

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
{