美文网首页
Mac 每次都Mac 每次都要执行source ~/.bash_

Mac 每次都Mac 每次都要执行source ~/.bash_

作者: 光脚丫的孩子 | 来源:发表于2020-01-13 07:54 被阅读0次

    一、问题描述

    Mac配置好了环境变量文件(.bash_profile)后,每次打开终端都需要执行一遍source ~/.bash_profile才能使环境变量生效,这样很是麻烦;

    二、解决方法

    1.创建.zshrc文件(如果已经有了就无须创建)

        $ touch .zshrc

    2.编辑.zshrc文件

        open .zshrc

    3.向.zshrc中添加如下内容

        source ~/.bash_profile    

    相关文章

      网友评论

          本文标题:Mac 每次都Mac 每次都要执行source ~/.bash_

          本文链接:https://www.haomeiwen.com/subject/umhgactx.html