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

前端 未结 6 2027
遥遥无期
遥遥无期 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:22

    Try to uncomment first string in ~/.zshrc:

    # If you come from bash you might have to change your $PATH.
    export PATH=$HOME/bin:/usr/local/bin:$PATH
    

    It helped me.

提交回复
热议问题