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'
|
||||
type --all --short $argv
|
||||
function which
|
||||
type --path $argv
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user