zsh in IntelliJ
Asked Answered
F

2

46

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:

  1. My .zprofile hadn't been loaded
  2. Tab didn't auto-complete anything

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

Freemasonry answered 25/2, 2013 at 9:33 Comment(2)
There is no easy way to do it as IDEA doesn't have a real terminal yet, see the related issue: youtrack.jetbrains.com/issue/PY-5166.Sidereal
This feature will be available in IntelliJ IDEA 13! Fish in IntelliJ - awesomeness !Quadruplicate
W
107

Confirmed! Available in IntelliJ 13

zsh terminal

Wingover answered 24/3, 2014 at 18:4 Comment(0)
S
0

For me it still was using Bourne shell even though I selected /bin/zsh in the prefernces window. What helped was to execute

chsh -s /bin/zsh

After restarting intelij terminal, zsh was properly started

Squarerigger answered 28/3 at 12:38 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.