Skip to content

Instantly share code, notes, and snippets.

@eloyz
Last active September 27, 2015 02:38
Show Gist options
  • Save eloyz/1199080 to your computer and use it in GitHub Desktop.
Save eloyz/1199080 to your computer and use it in GitHub Desktop.
Change Aliases and Reload Aliases
# subl is a command line interface (cli) for a program called sublime text 2
# http://www.sublimetext.com/docs/2/osx_command_line.html
alias subl="'/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl'"
alias nano="subl"
export EDITOR="subl"
alias edit_bash="subl ~/.bash_profile"
alias rebash=". ~/.bash_profile"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment