Skip to content

Instantly share code, notes, and snippets.

@famousgarkin
Last active December 1, 2015 09:33
Show Gist options
  • Save famousgarkin/c77191aa6e319df9e4b0 to your computer and use it in GitHub Desktop.
Save famousgarkin/c77191aa6e319df9e4b0 to your computer and use it in GitHub Desktop.
sublime() {
if [ $1 ]
then
path=`cygpath -wa $1`
fi
cygstart /cygdrive/c/Users/me/PortableApps/Sublime\ Text\ 3/Sublime\ Text\ 3.lnk $path
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment