How do I get IntelliJ Terminal to work properly with Oh My Zsh?

前端 未结 6 2050
遥遥无期
遥遥无期 2020-12-11 02:43

I love Oh My Zsh, but it has never worked properly in the JetBrains product\'s Terminals:

  • cannot find executables
  • cannot use version managers like pye
6条回答
  •  既然无缘
    2020-12-11 03:29

    I can confirm everything in this answer, but there is a simpler workaround based on the fact, that loading path_helper twice doesn't matters.

    So until JetBrains fixes their Terminal plugin, just put source /etc/zprofile to your ~/.zshrc file and profit!

提交回复
热议问题