diff options
author | Matthew Lemon <y@yulqen.org> | 2023-03-29 13:52:44 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-03-29 13:52:44 +0100 |
commit | a7937b4cf7744e1a186026554f17c91e4047d133 (patch) | |
tree | 2d31073948d9c49221763c12e217ead10f5aa613 /fish/functions/todo.sh.fish | |
parent | af1864d6de415cffbf09dc3f2372b6b76f8e2fca (diff) |
added fish stuff for todo.sh
Diffstat (limited to 'fish/functions/todo.sh.fish')
-rw-r--r-- | fish/functions/todo.sh.fish | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fish/functions/todo.sh.fish b/fish/functions/todo.sh.fish new file mode 100644 index 0000000..89b9fbb --- /dev/null +++ b/fish/functions/todo.sh.fish @@ -0,0 +1,4 @@ +function todo.sh --wraps='~/Documents/Notes/todo/todo.sh' --description 'alias todo.sh=~/Documents/Notes/todo/todo.sh' + ~/Documents/Notes/todo/todo.sh $argv + +end |