mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-24 20:41:31 +01:00
functions: add watchgrc
This commit is contained in:
parent
243daba237
commit
47104f27af
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user