Adds a 'which' command
Created by: tmccrmck
One of the first things I do when popping in a foreign shell is finding where binaries are installed. For this reason, I decided to add this.
ion:file:/home/user# which man ls rg
file:/bin/man
file:/bin/ls
rg not found