Warp
Warp copied to clipboard
All commands are duplicated causing each command to error out
Pre-submit Checks
- [x] I have searched Warp bugs and there are no duplicates
- [x] I have searched Warp known issues page and my issue is not there
- [ ] I have included the logs (optional, but helps expedite the bug fix). Log gathering intructions
Describe the bug
Every command i type is duplicated. This happens even if I get Warp to run the command itself. I saw this was a closed issue from last year but I don't see it currently as an issue
To reproduce
Steps to reproduce
- Activate python venv (
pyenv activate foo) - Type
ls→ command bar now showslsls - Hit ⏎ →
zsh: command not found: lsls
Expected behavior
Expected / Actual
Expected: plain ls runs
Actual: input is duplicated
Screenshots, videos, and logs
Operating system (OS)
macOS
Operating system and version
macOS 14.4 (Apple Silicon)
Shell Version
zsh 5.9
Current Warp version
v0.2025.04.30.08.11.stable_01
Regression
Yes, this bug started recently or with an X Warp version
Recent working Warp date
It has been going for a bit now, I was able to ignore for some time because I wasn't using terminal much for a few weeks
Additional context
No response
Does this block you from using Warp daily?
Yes, this issue prevents me from using Warp daily.
Is this an issue only in Warp?
Yes, I confirmed that this only happens in Warp, not other terminals.
Warp Internal (ignore): linear-label:b9d78064-c89e-4973-b153-5178a31ee54e
None
Hi @gp48maz1 thanks for submitting. I can't quite reproduce this issue, so I suspect it may be related to an unsupported shell plugin in your ~/.zshrc or ~/.zprofile.
Check your rc files for any unsupported plugins: https://docs.warp.dev/help/known-issues#list-of-incompatible-tools If any are in there, wrap them in the following condition to disable them just for Warp:
if [[ $TERM_PROGRAM != "WarpTerminal" ]]; then
# Your custom prompt or plugin configuration here
fi
If this doesn't help, please provide a copy of your rc files (make sure to remove/redact anything private i.e. emails,id,keys,etc.) along with a copy of the logs as well. activate pyenv, run a few commands, then close Warp and run this from another terminal.
zip -j ~/Desktop/warp-logs.zip ~/Library/Logs/warp.log*
@gp48maz1 any luck with the above?
@gp48maz1 bump
@gp48maz1, final attempt, any luck with the above?
Closing as stale, please read the comment above and provide logs after troubleshooting if you want to reopen this. https://github.com/warpdotdev/Warp/issues/6408#issuecomment-2848086904