4 lines
124 B
Fish
4 lines
124 B
Fish
function which --wraps='type --all --short' --description 'alias which=type --all --short'
|
|
type --all --short $argv
|
|
end
|