Add the ability to remove command aliases

Closed Kevin Hovsäter requested to merge hovsater/dte:remove-alias into master

bind already supports unbinding a key given. I think this could be useful for aliases as well. For instance, by default dte ships with the xsel alias, which isn't relevant on macOS. Now, I can put alias xsel in my $HOME/.dte/rc file to remove it.