Last active
December 13, 2015 22:49
-
-
Save jesgs/4987508 to your computer and use it in GitHub Desktop.
bashrc file
This file contains hidden or 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
export APPLICATION_ENV=development | |
export SVN_EDITOR='/usr/bin/vim' | |
alias la='ls -la --color' | |
PS1="[\h:\\W] $ " | |
#source ~/.gitsource |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment