diff --git a/cli/.config/fish/functions/whence.fish b/cli/.config/fish/functions/whence.fish new file mode 100644 index 0000000..aabce71 --- /dev/null +++ b/cli/.config/fish/functions/whence.fish @@ -0,0 +1,3 @@ +function whence + command -v $argv +end