Skip to content

Instantly share code, notes, and snippets.

@hansott
Last active September 1, 2015 17:01
Show Gist options
  • Save hansott/2dfa8c7b2a5fbde3ff25 to your computer and use it in GitHub Desktop.
Save hansott/2dfa8c7b2a5fbde3ff25 to your computer and use it in GitHub Desktop.
Use sublime as "subl" in your terminal
echo 'export PATH="$HOME/bin:$PATH";' >> ~/.bash_profile
mdkir ~/bin
ln -s ~/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl ~/bin/subl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment