diff options
author | Matthew Lemon <y@yulqen.org> | 2024-02-04 18:59:54 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-02-04 18:59:54 +0000 |
commit | 8ebb22ba19b069ecac25dc204d0595801343d0a6 (patch) | |
tree | ad35c937be90f7752ce1a68ea914a57b536f57d8 /fish2024/functions/thomeprojects.fish | |
parent | 73daaf08a0dc620237a6c8998cfff1a8781cbc50 (diff) |
Adds common task aliases from bashrc
Diffstat (limited to 'fish2024/functions/thomeprojects.fish')
-rw-r--r-- | fish2024/functions/thomeprojects.fish | 4 |
1 files changed, 4 insertions, 0 deletions
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 |