diff options
author | Matthew Lemon <y@yulqen.org> | 2024-09-01 09:26:55 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-09-01 09:26:55 +0100 |
commit | d248a4b9b63e10f2d790a44453a449273f16bf2c (patch) | |
tree | 0eabe26862e6cf8994f98d24964bdd88f3a02325 | |
parent | 9b4b7a77bdab5cc6698d9b323ca259616aaa920f (diff) |
Updates path to budget
-rw-r--r-- | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -141,7 +141,7 @@ alias hd='openai_data' alias xclip='xclip -selection c' alias notes="cd ~/Documents/Notes/" alias blog="cd ~/code/html/yulqen.org/" -alias bud="cd ~/Budget/ledger/hledger/" +alias bud="cd ~/Budget/hledger/hledger/" alias getip="curl ifconfig.me" alias tprojects="task rc.list.all.projects=1 projects" alias tworkprojects='task _unique project|grep "w\."' |