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

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

    To fix sdkman with zsh, just execute this line: works fine for me Ubuntu 19.04

    echo 'source "$HOME/.sdkman/bin/sdkman-init.sh"' >> ~/.zshrc
    

提交回复
热议问题