aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-03-29 14:22:06 +0100
committerMatthew Lemon <y@yulqen.org>2023-03-29 14:22:06 +0100
commit9ee9a68b49f1c427c9b7eff3ae16824111556e64 (patch)
tree1e5127506c52171d93af5fd99a3add1906a516c9
parent0afdb022e12f2ce695ffbdcc13a42dcf6dbe8c63 (diff)
added another fish alias for todo.sh
-rw-r--r--fish/functions/tl.fish4
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