I have zsh configured in WebStorm, but bash starts
As the title says, for some reason bash starts in Terminal.
- Settings → Terminal → Application Settings → Shell path: /bin/zsh
- When I launch Terminal and execute `echo $SHELL`, `/bin/bash` is displayed.
Please sign in to leave a comment.
The issue looks similar to IJPL-200427? please follow it for the updates.
Please also note that the shell will be remembered for the previously opened terminal tabs with the same titles (this was reported as a UX issue in IJPL-106311).
Thanks to reply, It solved.
When I type `echo $SHELL` , `/bin/bash` is displayed, but when I type `echo $0` , `/bin/zsh` is output.
.zprofile etc. were actually read, so I was able to use zsh.