Added ledger alias

This commit is contained in:
Alexander Rosenberg 2023-11-07 19:46:14 -08:00
parent 6ba6387a91
commit 7e74510701
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -722,7 +722,8 @@ COMMAND and COMINT are like `compile'."
("gu" "git pull $*")
("gf" "git fetch $*")
("ga" "git add $*")
("gcm" "git commit -m ${string-join $* \" \"}")))
("gcm" "git commit -m ${string-join $* \" \"}")
("ldg" "ledger -f \"$HOME/docs/finance/finances.ledger\" $*")))
(defun eshell/bm (&optional name)
"Change to directory of bookmark NAME.
If no name is given, list all bookmarks instead."