From 8ebb22ba19b069ecac25dc204d0595801343d0a6 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sun, 4 Feb 2024 18:59:54 +0000 Subject: Adds common task aliases from bashrc --- fish2024/functions/thomeprojects.fish | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 fish2024/functions/thomeprojects.fish (limited to 'fish2024/functions/thomeprojects.fish') diff --git a/fish2024/functions/thomeprojects.fish b/fish2024/functions/thomeprojects.fish new file mode 100644 index 0000000..f6f8d49 --- /dev/null +++ b/fish2024/functions/thomeprojects.fish @@ -0,0 +1,4 @@ +function thomeprojects --wraps=task\ _unique\ project\|grep\ \"h\\.\" --description alias\ thomeprojects=task\ _unique\ project\|grep\ \"h\\.\" + task _unique project|grep "h\." $argv + +end -- cgit v1.2.3