need to press three spaces to be prompte
Sanity checks
- [X] I have searched github.com/withfig/fig/issues and there are no duplicates of my issue
- [X] I have run
fig doctorin the affected terminal session - [X] I have run
fig restartand tested again (tell us if that fixed it)
Issue Details
Description:
https://user-images.githubusercontent.com/53784478/194249227-c9c6d083-ca74-4f43-8273-9aa5d7596e0c.mp4
just like the video show
Environment
fig-details:
- desktop-version: Version 1.0.62 (B539) [ABC]
hardware-info:
- model: MacBook Pro
- model-id: MacBookPro18,3
- chip-id: Apple M1 Pro
- cores: 8 (6 performance and 2 efficiency)
- mem: 16 GB
os-info:
- macOS 12.6.0 (21G115)
environment:
- shell: /bin/zsh
- terminal: iterm
- cwd: /Users/shuifa/workspace
- exe-path: /opt/homebrew/bin/fig
- install-method: brew
- env-vars:
- FIG_INTEGRATION_VERSION: 8
- FIG_TERM: 1
- FIG_TERM_VERSION: 5.2.0
- PATH: /opt/homebrew/opt/openssl@3/bin:/opt/homebrew/opt/libpcap/bin:/opt/homebrew/opt/openssl@3/bin:/Users/shuifa/.nvm/versions/node/v17.3.0/bin:/opt/homebrew/opt/openssl@3/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Applications/Wireshark.app/Contents/MacOS:/Users/shuifa/.fig/bin:/Users/shuifa/.local/bin:/Users/shuifa/Library/Application Support/JetBrains/Toolbox/scripts:/Users/shuifa/go/bin
- SHELL: /bin/zsh
- TERM: xterm-256color
- TERM_SESSION_ID: cf27d99c-eeeb-4914-b3ba-6e97bec05393
- FIG_PID: 30919
- FIG_PARENT: cf27d99c-eeeb-4914-b3ba-6e97bec05393
- FIG_SET_PARENT: cf27d99c-eeeb-4914-b3ba-6e97bec05393
- integrations:
- SSH: false
- TMUX: false
- iTerm: installed!
- Hyper: application is not present.
- Visual Studio Code: installed!
- Docker: true
same happens for me, might be related to https://github.com/withfig/fig/issues/1589
Can you open two terminal windows:
- In the first, run
FIG_LOG_LEVEL=debugin - In the second, separate terminal window run
fig debug logs - Take a screen recording reproducing this behavior in the first terminal session
Also could you share your .zshrc file?
Can you open two terminal windows:
- In the first, run
FIG_LOG_LEVEL=debugin- In the second, separate terminal window run
fig debug logs- Take a screen recording reproducing this behavior in the first terminal session
Also could you share your
.zshrcfile?
This is the output of the fig debug logs command executed in the steps above
and this is my .zshrc file
Looks like this may be a conflict with Powerlevel10k. To confirm, can you switch to a different ZSH theme (and remove p10k from your zshrc) and then see if the issue persists? @shuifa @mekhovov
This issue has been automatically closed because there has been no activity for 14 days.