Comment on Configuring Sublime Text 2parentComments−subpixel13yNitpick: the trailing 'l' has always seems superfluous to me - my alias is 'sub'−molecule13ythe trailing 'ubl' has always seemed excessive to me: alias s='subl'−lunixbochs13yIf you find the "s" too much to type... and the "ubl"... and the space...Voila! command_not_found_handle() { [[ -e "$1" ]] && subl "$1" }−stevvooe13yI just hooked my shell to my frontal lobe. I find aliases to be restricting.
Comments
Nitpick: the trailing 'l' has always seems superfluous to me - my alias is 'sub'
the trailing 'ubl' has always seemed excessive to me:
If you find the "s" too much to type... and the "ubl"... and the space...
Voila!
I just hooked my shell to my frontal lobe. I find aliases to be restricting.