不存在就新建呗~
$ cd ~/$ touch .bash_profile$ open -e .bash_profile
然后输入以下内容
- # set color的部分是配置iterm2的字体颜色
- # set mysql 部分是设置数据库到全局环境中。
export NVM_DIR=~/.nvm#set colorexport CLICOLOR=1export LSCOLORS=ExFxBxDxCxegedabagacad#set mysqlexport PATH=$PATH:/usr/local/mysql/bin
清除缓存,使配置立即生效
$ source ~/.bash_profile