diff options
author | Matthew Lemon <y@yulqen.org> | 2023-03-29 14:22:06 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-03-29 14:22:06 +0100 |
commit | 9ee9a68b49f1c427c9b7eff3ae16824111556e64 (patch) | |
tree | 1e5127506c52171d93af5fd99a3add1906a516c9 | |
parent | 0afdb022e12f2ce695ffbdcc13a42dcf6dbe8c63 (diff) |
added another fish alias for todo.sh
-rw-r--r-- | fish/functions/tl.fish | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fish/functions/tl.fish b/fish/functions/tl.fish new file mode 100644 index 0000000..dc437ab --- /dev/null +++ b/fish/functions/tl.fish @@ -0,0 +1,4 @@ +function tl --wraps='todo.sh list' --description 'alias tl=todo.sh list' + todo.sh list $argv + +end |