Skip to content

Instantly share code, notes, and snippets.

@mytory
Created August 15, 2013 03:33
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mytory/6238053 to your computer and use it in GitHub Desktop.
Save mytory/6238053 to your computer and use it in GitHub Desktop.
my .bash_profile
export PS1='\[\e]0;\w\a\]\n\[\e[32m\]\u@\h \[\e[33m\]\w\n\[\e[0m\]$ '
export PATH="$(brew --prefix josegonzalez/php/php54)/bin:$PATH"
export PYTHONPATH=/usr/local/lib/python2.7/site-packages:$PYTHONPATH
export EDITOR=nano
PATH=$PATH:/usr/local/mysql/bin
alias ls='gls --color=auto -F'
source .git-completion.bash
@mytory
Copy link
Author

mytory commented Aug 15, 2013

gls는 brew install coreutil로 설치.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment