From d06d1f5ba0fab91bec9fdf11bfb8f25c6f761490 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 7 Mar 2025 18:26:59 -1000 Subject: [PATCH] ;bin:bashrc: more command aliases --- bin/bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/bashrc b/bin/bashrc index 627b0f42a..07b047ef4 100755 --- a/bin/bashrc +++ b/bin/bashrc @@ -28,8 +28,10 @@ alias plot='hledger plot' alias prices='hledger prices' alias print='hledger print' alias reg='hledger register' +alias repl='hledger repl' alias rewrite='hledger rewrite' alias roi='hledger roi' +alias run='hledger run' alias stats='hledger stats' alias tags='hledger tags' alias ui='hledger ui'