aboutsummaryrefslogtreecommitdiffstats
path: root/fish/functions
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-08-29 20:28:29 +0100
committerMatthew Lemon <y@yulqen.org>2023-08-29 20:28:29 +0100
commita2440da186768c504919b70b188d38198a8b12d8 (patch)
tree84be8b25b359b318580e84e8b523cf5b29b06373 /fish/functions
parent6de9f9699353df91d1bf09b1f41a216bb3be27a4 (diff)
Reverting to fish for a bit - this adds some bash aliai
Diffstat (limited to '')
-rw-r--r--fish/functions/bud.fish4
-rw-r--r--fish/functions/notes.fish4
2 files changed, 8 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
diff --git a/fish/functions/notes.fish b/fish/functions/notes.fish
new file mode 100644
index 0000000..da0824c
--- /dev/null
+++ b/fish/functions/notes.fish
@@ -0,0 +1,4 @@
+function notes --wraps='cd ~/Documents/Notes/' --description 'alias notes cd ~/Documents/Notes/'
+ cd ~/Documents/Notes/ $argv
+
+end