summaryrefslogtreecommitdiffstats
path: root/fish/functions/thomeprojects.fish
blob: 8d6f5801becda07be2fd23e27c34448fc93b235e (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