diff options
author | Matthew Lemon <y@yulqen.org> | 2023-08-29 20:28:29 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-08-29 20:28:29 +0100 |
commit | a2440da186768c504919b70b188d38198a8b12d8 (patch) | |
tree | 84be8b25b359b318580e84e8b523cf5b29b06373 /fish/functions/bud.fish | |
parent | 6de9f9699353df91d1bf09b1f41a216bb3be27a4 (diff) |
Reverting to fish for a bit - this adds some bash aliai
Diffstat (limited to '')
-rw-r--r-- | fish/functions/bud.fish | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fish/functions/bud.fish b/fish/functions/bud.fish new file mode 100644 index 0000000..13f67a9 --- /dev/null +++ b/fish/functions/bud.fish @@ -0,0 +1,4 @@ +function bud --wraps='cd ~/Budget/hledger' --description 'alias bud cd ~/Budget/hledger' + cd ~/Budget/hledger $argv + +end |