iTerm

作者: 小鹿快跑吧 | 来源:发表于2019-06-28 21:07 被阅读0次
启动时出现 login incorrect 问题
iTerm2.png
  • 在profiles下面,Open Profiles修改Profile/或者打开一个新的Profile即可
  • 需要将新的Profile设置为Default
启动时 .bash_profile 没有被加载(bash_profile里面的$path没有生效)

iTerm自动启动是用的 .zshrc,所以在 .zshrc 最后一行添加

source ~/.bash_profile

相关文章

网友评论

      本文标题:iTerm

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