summaryrefslogtreecommitdiffstats
path: root/fish2024/functions/t.fish
diff options
context:
space:
mode:
Diffstat (limited to 'fish2024/functions/t.fish')
-rw-r--r--fish2024/functions/t.fish4
1 files changed, 4 insertions, 0 deletions
diff --git a/fish2024/functions/t.fish b/fish2024/functions/t.fish
new file mode 100644
index 0000000..c23e31c
--- /dev/null
+++ b/fish2024/functions/t.fish
@@ -0,0 +1,4 @@
+function t --wraps=task --description 'alias t=task'
+ task $argv
+
+end