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'