Add timer alias

This commit is contained in:
Fernando Schauenburg 2019-06-18 17:29:52 +00:00
parent d410f51cf8
commit 0b81ef0f68

View file

@ -138,7 +138,7 @@ bashrc_customize_aliases() {
alias mpath='echo $MANPATH | tr -s ":" "\n"'
alias myip="dig +short myip.opendns.com @resolver1.opendns.com"
alias timer='echo "Timer started. Stop with Ctrl-D." && date && time cat && date'
alias tree="tree -F --dirsfirst"
}