Tuesday, March 04, 2014

Add sublime to the bash shell to launch applications

Cygwin - Add sublime to the bash shell to launch applications

For the default bash shell add an alias to your ~/.bashrc file, e.g:
$ echo 'alias sublime="/cygdrive/c/Program\ Files/Sublime\ Text\ 3/sublime_text.exe"'