fish: simplify which function
This commit is contained in:
parent
cc93d76759
commit
09eda3b592
1
fish/completions/which.fish
Normal file
1
fish/completions/which.fish
Normal file
@ -0,0 +1 @@
|
|||||||
|
complete -c which --wraps type
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user