Created
August 15, 2013 03:33
-
-
Save mytory/6238053 to your computer and use it in GitHub Desktop.
my .bash_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 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gls는
brew install coreutil
로 설치.