From 101cc126d3358dd59095c6839fd50050f41d4e8b Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 5 May 2025 17:51:10 -1000 Subject: [PATCH] ;bin: more consistent/memorable aliases --- bin/bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/bashrc b/bin/bashrc index 07b047ef4..c86dd5176 100755 --- a/bin/bashrc +++ b/bin/bashrc @@ -1,8 +1,8 @@ # Some hledger/PTA-related bash scripts. See also Justfile. alias hl='hledger' -alias acc='hledger accounts' -alias act='hledger activity' +alias accounts='hledger accounts' +alias activity='hledger activity' alias add='hledger add' alias areg='hledger aregister' alias bal='hledger balance'