Last active
December 18, 2015 18:40
-
-
Save barnes7td/5827791 to your computer and use it in GitHub Desktop.
.bashrc File
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
alias subl='"/c/Program Files/Sublime Text 2/sublime_text.exe"' | |
alias irb='ruby -S irb' | |
alias open='start $@' | |
export EDITOR='subl -w' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment