fish: simplify which function

This commit is contained in:
Charles Gould 2022-11-30 23:04:49 -05:00
parent cc93d76759
commit 09eda3b592
2 changed files with 3 additions and 2 deletions

View File

@ -0,0 +1 @@
complete -c which --wraps type

View File

@ -1,3 +1,3 @@
function which --wraps='type --all --short' --description 'alias which=type --all --short' function which
type --all --short $argv type --path $argv
end end