summaryrefslogtreecommitdiffstats
path: root/fish2024/functions/bud.fish
diff options
context:
space:
mode:
Diffstat (limited to 'fish2024/functions/bud.fish')
-rw-r--r--fish2024/functions/bud.fish4
1 files changed, 4 insertions, 0 deletions
diff --git a/fish2024/functions/bud.fish b/fish2024/functions/bud.fish
new file mode 100644
index 0000000..28c2f31
--- /dev/null
+++ b/fish2024/functions/bud.fish
@@ -0,0 +1,4 @@
+function bud --wraps='cd ~/Budget/hledger' --description 'alias bud=cd ~/Budget/hledger'
+ cd ~/Budget/hledger $argv
+
+end