From f163122e937a6b5e3e5a4fa64ff48b4268f237c7 Mon Sep 17 00:00:00 2001 From: Yossef Mendelssohn Date: Fri, 1 Mar 2019 14:19:53 -0500 Subject: [PATCH] add "punch log" alias I figure I'll be using this soon, and might as well do this. I've thought about it before. I wonder if maybe I want to take "pl" for logging instead of listing, too. --- work/punch.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/work/punch.bash b/work/punch.bash index 419af2d..81501a2 100644 --- a/work/punch.bash +++ b/work/punch.bash @@ -4,6 +4,7 @@ alias po="punch out" alias pout="punch out" alias poa=punch_out_all alias pl="punch list" +alias plog="punch log" alias pt="punch total" alias pstat="punch status" alias pst="punch status"