码迷,mamicode.com
首页 > 系统相关 > 详细

Mac ~/.bash_profile 不存在的问题

时间:2018-03-01 00:29:38      阅读:227      评论:0      收藏:0      [点我收藏+]

标签:pen   cal   class   local   输入   div   profile   全局   配置   

不存在就新建呗~

$ cd ~/
$ touch .bash_profile
$ open -e .bash_profile

 

然后输入以下内容,set color的部分是配置iterm2的字体颜色,set mysql 部分是设置数据库到全局环境中。

export NVM_DIR=~/.nvm
#set color
export CLICOLOR=1
export LSCOLORS=ExFxBxDxCxegedabagacad

# set mysql PATH
=$PATH:/usr/local/mysq/bin

 

清除缓存

$ source ~/.bash_profile

 

Mac ~/.bash_profile 不存在的问题

标签:pen   cal   class   local   输入   div   profile   全局   配置   

原文地址:https://www.cnblogs.com/CyLee/p/8486190.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!