1
0
Fork 0
vdotfiles/cli/.config/fish/functions/whence.fish

4 lines
41 B
Fish
Raw Normal View History

2023-02-06 01:59:15 +02:00
function whence
command -v $argv
end