Skip to content

Instantly share code, notes, and snippets.

@ftkro
Last active September 13, 2016 05:31
Show Gist options
  • Save ftkro/5107482 to your computer and use it in GitHub Desktop.
Save ftkro/5107482 to your computer and use it in GitHub Desktop.
My .bash_profile
PATH=/usr/local/mysql/bin:$PATH
if [ -f ~/.bashrc ] ; then
. ~/.bashrc
fi
export CLICOLOR=1
export LSCOLORS=DxGxcxdxCxegedabagacad
export PATH=/usr/local/bin:$PATH
export PATH=/opt/local/bin:/opt/local/sbin:$PATH
export PATH=/usr/local/bin:/usr/local/sbin:$PATH
export PATH=$PATH:~/bin/depot_tools
export EDITOR=/usr/bin/vim
PATH="/sbin:$PATH"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment