summaryrefslogtreecommitdiffstats
path: root/fish
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-09-14 17:23:34 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-09-14 17:23:34 +0100
commit5fad0954048d72d3d6a81131a3b9889f0f83dfc2 (patch)
tree14b697eb1fee36122cf258e30af475518a574381 /fish
parent11cb441d3e72ec5b51322ad2d385b6720dfdf1d8 (diff)
parentbae9a01e31a8f286460722e0c52ba0c1b4ff5c8b (diff)
Merge branch 'master' of github.com:yulqen/openbsddotfiles
Diffstat (limited to 'fish')
-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