Last active
September 27, 2015 02:38
-
-
Save eloyz/1199080 to your computer and use it in GitHub Desktop.
Change Aliases and Reload Aliases
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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