Skip to content

Instantly share code, notes, and snippets.

@bialikover
Last active October 6, 2015 13:47
Show Gist options
  • Save bialikover/3002196 to your computer and use it in GitHub Desktop.
Save bialikover/3002196 to your computer and use it in GitHub Desktop.
bash profile.... / .profile
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