Make current `exec` default action
Created by: skylerberg
Remove our flavor of exec
command and make the shell do what it did by
default. Unlike a normal exec command, ours just forked a child like a
normal shell does when you supply a non-builtin command. Now Ion does
this.
If you have the program exa on your path, then you can just type exa
and it will work on Linux.