Warp
Warp copied to clipboard
Dir name colors are not showing
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
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.
Not able to reproduce the issue too... ls is working fine, and directory colors are showing correctly.
I encountered this today, I found out to add export CLICOLOR=1 to ~/.zshrc, if using zsh.
Hoping it helps you. @AndreCosta101
Also encountered this (I use zsh), but adding export CLICOLOR=1 to ~/.zshrc doesn't work for me
warp:
konsole:
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
also added export CLICOLOR=1 to ~/.zshrc file, ran source ~/.zshrc and (just in case) restarted Warp - and it works