1 example for whence

{{ score }}
  # List all the pythons accessible in your $PATH (zsh only)
whence -a python

# Show the absolute path of MySQL even if it's aliased (zsh only)
whence -p mysql