I'm trying to mimic the subl
command in iterm for mac computers in cygwin.
Basically, I want to be able to open a current folder from cygwin by typing subl .
I haven't found any good instructions. I know where my .bashrc file is located. I just dont know what to do to create the command subl
and make it so that the path following subl
opens with Sublime.
Can anyone help?