From 6cf70895100bd7f364f5adf097dfce7d8d1df22e Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Wed, 14 Sep 2022 10:45:13 +0100 Subject: func shortcut for task --- fish/functions/t.fish | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 fish/functions/t.fish (limited to 'fish/functions') 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 -- cgit v1.2.3