Skip to content

Instantly share code, notes, and snippets.

@chris-erickson
Last active December 20, 2015 20:59
Show Gist options
  • Save chris-erickson/6194538 to your computer and use it in GitHub Desktop.
Save chris-erickson/6194538 to your computer and use it in GitHub Desktop.
Set up terminal to launch Sublime using 'sublime <filename>' From: https://gist.github.com/olivierlacan/1195304
echo "alias sublime='/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl'" >> ~/.bash_profile
# Restart Terminal or:
source ~/.bash_profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment