;bin:bashrc: more command aliases

This commit is contained in:
Simon Michael 2025-03-07 18:26:59 -10:00
parent f634616e20
commit d06d1f5ba0

View File

@ -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'