summaryrefslogtreecommitdiffstats
path: root/fish2024/functions/thomeprojects.fish
blob: f6f8d49dd7122ded4e93d568badfd62ada379c50 (plain) (blame)
1
2
3
4
function thomeprojects --wraps=task\ _unique\ project\|grep\ \"h\\.\" --description alias\ thomeprojects=task\ _unique\ project\|grep\ \"h\\.\"
  task _unique project|grep "h\." $argv
        
end