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