topydo alias

This commit is contained in:
lickthecheese 2020-03-29 17:31:32 -04:00
parent d1a2be6dd8
commit 55963af2d9

View file

@ -135,6 +135,7 @@ ttmshort() { curl -F"shorten=$1" https://ttm.sh ; }
# argument aliases
alias mkdir="mkdir -p"
alias t="topydo"
alias stdsize='wc -c | awk '"'"'{print $1/1000"K"}'"'"' '