Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: files and folders names are corrupted #2093

Closed
3 tasks done
MPeloquin opened this issue Nov 24, 2022 · 4 comments
Closed
3 tasks done

bug: files and folders names are corrupted #2093

MPeloquin opened this issue Nov 24, 2022 · 4 comments
Labels
type:bug Something isn't working
Milestone

Comments

@MPeloquin
Copy link

MPeloquin commented Nov 24, 2022

Checks

  • I have searched github.com/withfig/fig/issues and there are no duplicates of my issue
  • I have run fig doctor in the affected terminal session
  • I have run fig restart and replicated the issue again

Operating system

macOS 12.6 (21G115)

Expected behaviour

Should display the normal files and folders names

Actual behaviour

My files and folders names are corrupted, I can't select them

CleanShot 2022-11-24 at 11 34 51

The files and folders actually still exist normally on the disk, and if I type manually cd Documents it is working. My other terminal (Warp) is working normally

Steps to reproduce

I tried to restart, uninstall & reinstall, restart my mac, still the same issue. Yesterday it was working fine

Environment

fig-details:
  - 2.7.9
hardware-info:
  - model:
  - model-id:
  - chip-id: Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz
  - cores: 6
  - mem: 16.00 GB
os-info:
  - macOS 12.6.0 (21G115)
environment:
  - shell: /bin/zsh
  - terminal: iterm
  - cwd: /Users/maximepeloquin
  - exe-path: /Users/maximepeloquin/.fig/bin/fig
  - install-method: unknown
  - env-vars:
    - FIGTERM_SESSION_ID: e9b9ea9a-1939-4a8a-bdb7-364f0ce6e0b0
    - FIG_HOSTNAME: Maximes-Macbook.local
    - FIG_TERM: 2.7.9
    - PATH: ...
    - SHELL: /bin/zsh
    - TERM: xterm-256color
    - FIG_PID: 3264
    - FIG_PARENT: e9b9ea9a-1939-4a8a-bdb7-364f0ce6e0b0
    - FIG_SET_PARENT: e9b9ea9a-1939-4a8a-bdb7-364f0ce6e0b0
@MPeloquin MPeloquin added NEED_TO_LABEL type:bug Something isn't working labels Nov 24, 2022
@MPeloquin MPeloquin changed the title bug: Folder names are corrupted bug: Files and folders names are corrupted Nov 24, 2022
@MPeloquin MPeloquin changed the title bug: Files and folders names are corrupted bug: files and folders names are corrupted Nov 24, 2022
@grant0417
Copy link
Member

Hey @MPeloquin can you share the output of this env | grep COLOR

@MPeloquin
Copy link
Author

@grant0417

CLICOLOR=1
CLICOLOR_FORCE=1

@grant0417
Copy link
Member

Seems that is the issues, those are causing the generators to include colors in the title, I will make sure this is resolved in Fig 2.9, the temporary fix is to run unset CLICOLOR and unset CLICOLOR_FORCE

@grant0417 grant0417 added this to the 2.9.0 milestone Nov 28, 2022
@MPeloquin
Copy link
Author

Seems that is the issues, those are causing the generators to include colors in the title, I will make sure this is resolved in Fig 2.9, the temporary fix is to run unset CLICOLOR and unset CLICOLOR_FORCE

Working, thank you!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants