Last active
October 6, 2015 13:47
-
-
Save bialikover/3002196 to your computer and use it in GitHub Desktop.
bash profile.... / .profile
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
export CLICOLOR=1 | |
export LSCOLORS=GxFxCxDxBxegedabagaced | |
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # Load RVM function | |
export DYLD_LIBRARY_PATH=/usr/local/mysql/lib | |
HISTTIMEFORMAT="%d/%m/%y %T " | |
alias sublime='open -a "Sublime Text 2"' | |
PS1="[\u \d \A \W] $" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment