Skip to content

Instantly share code, notes, and snippets.

@osulyanov
Created January 11, 2013 08:57
Show Gist options
  • Save osulyanov/4509089 to your computer and use it in GitHub Desktop.
Save osulyanov/4509089 to your computer and use it in GitHub Desktop.
mkdir ~/bin
export PATH=~/bin:$PATH
ln -s "/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl" ~/bin/subl
export EDITOR='subl -w'
git config --global core.editor "subl -n -w"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment