diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-09-14 17:23:34 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-09-14 17:23:34 +0100 |
commit | 5fad0954048d72d3d6a81131a3b9889f0f83dfc2 (patch) | |
tree | 14b697eb1fee36122cf258e30af475518a574381 /fish | |
parent | 11cb441d3e72ec5b51322ad2d385b6720dfdf1d8 (diff) | |
parent | bae9a01e31a8f286460722e0c52ba0c1b4ff5c8b (diff) |
Merge branch 'master' of github.com:yulqen/openbsddotfiles
Diffstat (limited to 'fish')
-rw-r--r-- | fish/functions/t.fish | 3 |
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 |