Warp icon indicating copy to clipboard operation
Warp copied to clipboard

All commands are duplicated causing each command to error out

Open gp48maz1 opened this issue 6 months ago • 4 comments

Pre-submit Checks

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

  1. Activate python venv (pyenv activate foo)
  2. Type ls → command bar now shows lsls
  3. Hit ⏎ → zsh: command not found: lsls

Expected behavior

Expected / Actual

Expected: plain ls runs
Actual: input is duplicated

Screenshots, videos, and logs

Image

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

gp48maz1 avatar May 02 '25 18:05 gp48maz1

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*

dannyneira avatar May 02 '25 20:05 dannyneira

@gp48maz1 any luck with the above?

dannyneira avatar May 05 '25 18:05 dannyneira

@gp48maz1 bump

dannyneira avatar May 27 '25 20:05 dannyneira

@gp48maz1, final attempt, any luck with the above?

dannyneira avatar Jun 18 '25 19:06 dannyneira

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

dannyneira avatar Jun 27 '25 21:06 dannyneira