Skip to content

Commit

Permalink
ledger: rename finances -> main
Browse files Browse the repository at this point in the history
  • Loading branch information
benmezger committed Jan 31, 2025
1 parent a003d4e commit af7a4a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chezmoi/dot_ledgerrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
--strict
--file ~/workspace/ledger/finances.ledger.gpg
--file ~/workspace/ledger/main.ledger.gpg
2 changes: 1 addition & 1 deletion chezmoi/dot_zsh/aliases.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ if (( $+commands[pacman] )); then
fi

if (( $+commands[ledger] )); then
alias led="ledger --strict -f $LEDGER/finances.ledger.gpg --price-db $LEDGER/pricedb.ledger"
alias led="ledger --strict -f $LEDGER/main.ledger.gpg --price-db $LEDGER/pricedb.ledger"
alias bal="led bal"
alias reg="led reg"
fi

0 comments on commit af7a4a8

Please sign in to comment.