Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

zsh in IntelliJ

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?

like image 322
shmish111 Avatar asked Feb 25 '13 09:02

shmish111


People also ask

How do I change the terminal in IntelliJ?

Press Alt+Right and Alt+Left to switch between active tabs. Alternatively, you can press Alt+Down to see the list of all terminal tabs. To rename a tab, right-click the tab and select Rename Session from the context menu.

How do I run a terminal in IntelliJ?

We can open the terminal window with ⌥F12 on macOS, or Alt+F12 on Windows and Linux. The terminal supports all the same commands that the operating system supports. and press enter. When MongoDB is running in the terminal session, we can go back to writing the application code in the editor.

Should I use zsh or bash?

Zsh is more interactive and customizable than Bash. Zsh has floating-point support that Bash does not possess. Hash data structures are supported in Zsh that are not present in Bash. The invocation features in Bash is better when comparing with Zsh.

How do I open terminal in IntelliJ Mac?

Opening the IntelliJ IDEA Terminal Window We can open the terminal window with ⌥F12 on macOS, or Alt+F12 on Windows and Linux. The terminal supports all the same commands that the operating system supports. and press enter.


1 Answers

Confirmed! Available in IntelliJ 13

zsh terminal

like image 54
Carl Karawani Avatar answered Sep 23 '22 18:09

Carl Karawani