Warp icon indicating copy to clipboard operation
Warp copied to clipboard

Dir name colors are not showing

Open AndreCosta101 opened this issue 2 years ago • 2 comments
trafficstars

Discord username (optional)

No response

Describe the bug

Despite changing the theme - and although the theme shows colors for dirs/folders, my Warp terminal shows all names white, dirs and files alike.

To reproduce

Open Warp terminal in MacOS.

Expected behavior

No response

Screenshots

No response

Operating system

MacOS

Operating system and version

12.6.0

Shell Version

zsh latest

Current Warp version

v0.2023.11.14.08.02.stable_02

Regression

No, this bug or issue has existed throughout my experience using Warp

Recent working Warp date

No response

Additional context

No response

Does this block you from using Warp daily?

Yes, this issue prevents me from using Warp daily.

Is this a Warp specific issue? (i.e. does it happen in Terminal, iTerm, Kitty, etc.)

Yes, this I confirmed this only happens in Warp, not other terminals.

Warp Internal (ignore): linear-label:b8107fdf-ba31-488d-b103-d271c89cac3e

None

AndreCosta101 avatar Nov 23 '23 14:11 AndreCosta101

Hey @AndreCosta101 Sorry about this issue, but I'm unable to reproduce this issue on my end with the steps provided. I recommend you try running ls -G or set an alias for that in your ~/.zshrc file. The -G option is specific to macOS and it enables colorized output, making it easier to distinguish between different types of files and directories. Also, please note out docs on creating custom themes here: https://docs.warp.dev/appearance/custom-themes

Please let us know if this helps with your color issues.

dannyneira avatar Nov 29 '23 17:11 dannyneira

image

Not able to reproduce the issue too... ls is working fine, and directory colors are showing correctly.

Tuhin-thinks avatar Feb 24 '24 13:02 Tuhin-thinks

I encountered this today, I found out to add export CLICOLOR=1 to ~/.zshrc, if using zsh. Hoping it helps you. @AndreCosta101

colachg avatar Mar 04 '24 06:03 colachg

Also encountered this (I use zsh), but adding export CLICOLOR=1 to ~/.zshrc doesn't work for me

warp:

image

konsole:

image

dima74 avatar Mar 25 '24 19:03 dima74

strange: i had the same behaviour, i added the export CLICOLOR=1 to the ~/.zshrc file, restarted warp, and it works, i also updated warp to latest version

v0.2024.04.23.08.01.stable_03

bc3 avatar May 02 '24 05:05 bc3

also added export CLICOLOR=1 to ~/.zshrc file, ran source ~/.zshrc and (just in case) restarted Warp - and it works

lmatuzic avatar May 03 '24 07:05 lmatuzic