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:
- My .zprofile hadn't been loaded
- Tab didn't auto-complete anything
Does anyone know if I can get zsh working nicely inside IntelliJ?