赞
踩
A typical install of OS X won't create a .bash_profile for you. When you want to run functions from your command line, this is a must-have.
export PS1="\[\033[36m\]\u\[\033[m\]@\[\033[32m\]\h:\[\033[33;1m\]\w\[\033[m\]\$ "
export CLICOLOR=1
export LSCOLORS=ExFxBxDxCxegedabagacad
alias ls='ls -GFh'
export CFLAGS=-Qunused-arguments
export CPPFLAGS=-Qunused-arguments
http://redfinsolutions.com/blog/creating-bashprofile-your-mac
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。