0

Problem: Every time I open the terminal IntelliJ starts with it. I uninstalled IntelliJ and I keep getting this message in my terminal. I am trying to get rid of this message from popping up in my terminal.

    Last login: Tue Mar  7 10:32:37 on ttys002
The file /Applications/IntelliJ IDEA.app does not exist.

What I've tried: I am currently using zsh (oh-my-zsh) as a shell for my terminal on my Mac OS. I tried checking the .zshrc file and I might be looking in the wrong place. I tried manually searching usr and bin files but came up empty.

Eug
  • 165
  • 1
  • 2
  • 11

1 Answers1

0

This was a hacky way to fix this but the problem was the /usr/local/bin/zsh file. I just commented this out and it worked! My guess is that RUN_PATH, CONFIG_PATH, SYSTEM_PATH was configured in a way to open IntelliJ every time I opened the terminal.

Eug
  • 165
  • 1
  • 2
  • 11