Error messages show bash: “bash: command not found”
Expected Behavior:
Terminal should launch using zsh as specified in the profile settings
Should use appropriate zsh integration script
Environment variables and actual shell process should consistently reflect zsh
Environment:
OS: macOS 24.3.0
Shell: zsh set as default
Cursor: 0.47.8 (Universal)
Clean installation with no previous configuration files
Additional Notes:
The issue persists after a complete reinstall and clearing all configuration
The zsh integration script appears to be missing from the expected location in the Cursor application files
Workaround:
For each command running in agent mode, I can run it on zsh only if I tell the agent to prepend the command with a command to correct the shell activation.
Example:
to run pnpm test
the agent need to run /bin/zsh -il -c "pnpm test"
This workaround is not really acceptable. Please, let me know if there is something more permanent, so that I don’t have to prepend the shell activation to all commands.
Similar Bugs
There is a number of similar bugs with Terminal in Agent mode, but none is detailed enough to explain the problem comes from the Agent not using the correct terminal configuration.
Hey, that’s strange, I’ve never encountered this issue before. Could you please let me know if zsh is set as the default shell on your system? Is it possible that you have any rules indicating to use bash instead? What happens if you select a different model, like Claude 3.7 Sonnet? Also, could you show me the shell settings in Cursor?
Zsh is the default terminal in my system. I never used bash. There ia a .bashrc there, but just because of old backups restored files in the new computer.
Here you can see zsh is also the default in Cursor
This behavior happens in Agent Mode only: when the AI agent tries to execute a command.
Currently, I am searching for a workaround. E.g. a dot-notation property I can set to specify the shell command that I would run for the agent (e.g.: /bin/zsh -il -c )
I tried several properties, but none was working.
Any suggestion for a workaround would help me achieving a status where I can actually work.
Terminal process → Cursor Helper: terminal pty-host → Cursor.app
Results
After each configuration change and restart, the terminal still defaults to bash
Environment variables correctly indicate zsh
The issue persists regardless of configuration location (workspace, Cursor global, or VS Code global)
Current Workaround
Prepending commands with /bin/zsh -il -c to force zsh execution
This appears to be a bug in Cursor’s terminal implementation where it’s not properly respecting the shell configuration settings, despite the environment variables being correctly set for zsh.
Hey here’s a particular incantation of vscode configurations that seems to work for me. Apologies in advance if this doesn’t work for you. I hate VS Code…
From the terminal app run /bin/bash and check for any errors. I had an issue in my .bash_profile that needed resolving.
Running bash also showed a message with a link to apple support docs Use zsh as the default shell on your Mac – Apple Support (UK)
So I also ran chsh -s /bin/zsh as the article sugested.
I removed any changes to cursor setting to return all terminal values back to defaults