bash IntelliJ 中的 zsh

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/15063855/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-18 04:39:24  来源:igfitidea点击:

zsh in IntelliJ

bashshellintellij-ideazsh

提问by shmish111

I wanted to get a zsh terminal running in IntelliJ, I set up an external tool which was just zsh and set the working directory to my home directory. When I ran it however there were 2 problems straight away:

我想让一个 zsh 终端在 IntelliJ 中运行,我设置了一个外部工具,它只是 zsh,并将工作目录设置为我的主目录。但是,当我运行它时,立即出现了两个问题:

  1. My .zprofile hadn't been loaded
  2. Tab didn't auto-complete anything
  1. 我的 .zprofile 尚未加载
  2. Tab 没有自动完成任何内容

Does anyone know if I can get zsh working nicely inside IntelliJ?

有谁知道我是否可以让 zsh 在 IntelliJ 中很好地工作?

回答by Carl Karawani

Confirmed! Available in IntelliJ 13

确认的!在 IntelliJ 13 中可用

zsh terminal

zsh终端