cantino / mcfly

Fly through your shell history. Great Scott!
MIT License
6.89k stars 178 forks source link

use `command -v` instead of `which` #216

Closed Efreak closed 2 years ago

Efreak commented 2 years ago

which now outputs annoying deprecation notice in bash. In test, fish does the same but zsh does not--however it might? either way, command v works in zsh.

cantino commented 2 years ago

Thanks @Efreak!