diff options
author | Matthew Lemon <y@yulqen.org> | 2024-04-04 13:00:43 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-04-04 13:00:43 +0100 |
commit | 80426fe85bbd3b95820d6ea328a11ef83d25b8b6 (patch) | |
tree | d1d4f26e7571547adb5769049e0d0ade5898b2aa /fish/functions/notes.fish | |
parent | 446ac607c4556c421872a025ca0713ada3696520 (diff) |
Big bring-up April 2023
Diffstat (limited to 'fish/functions/notes.fish')
-rw-r--r-- | fish/functions/notes.fish | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fish/functions/notes.fish b/fish/functions/notes.fish new file mode 100644 index 0000000..0c0acb0 --- /dev/null +++ b/fish/functions/notes.fish @@ -0,0 +1,4 @@ +function notes --wraps='cd /home/lemon/Documents/Notes' --description 'alias notes cd /home/lemon/Documents/Notes' + cd /home/lemon/Documents/Notes $argv + +end |