From 55963af2d9eff0de7a8e706bc9fc5f778841c139 Mon Sep 17 00:00:00 2001 From: lickthecheese Date: Sun, 29 Mar 2020 17:31:32 -0400 Subject: [PATCH] topydo alias --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index d99c0c1..25722c9 100755 --- a/.bashrc +++ b/.bashrc @@ -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"}'"'"' '