1
0
Fork 0
vdotfiles/cli/.config/fish/functions/whence.fish
2023-02-06 01:59:15 +02:00

3 lines
41 B
Fish

function whence
command -v $argv
end