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
zsh in IntelliJ
提问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,并将工作目录设置为我的主目录。但是,当我运行它时,立即出现了两个问题:
- My .zprofile hadn't been loaded
- Tab didn't auto-complete anything
- 我的 .zprofile 尚未加载
- 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 中可用



