marlonrichert / zcolors

🌈 Use your $LS_COLORS to generate a coherent theme for Git & your Zsh prompt, command line and completions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LS_COLORS are not used with exa

alitajelsir opened this issue · comments

  • Since commit b2053dc exa 0.10.1-1 stopped using $LS_COLORS. It was working fine until commit b1b589c.
  • Relevant commands from .zshrc to reproduce:
    [ -f $XDG_DATA_HOME/znap/zsh-snap/znap.zsh ] ||
    	git clone https://github.com/marlonrichert/zsh-snap.git $XDG_DATA_HOME/znap/zsh-snap/
    source $XDG_DATA_HOME/znap/zsh-snap/znap.zsh
    znap source marlonrichert/zcolors
    znap eval zcolors zcolors
    alias exa='exa -aF --icons --group-directories-first'
    
  • zsh 5.8-1 in Arch Linux

This is actually a bug in exa, but I will implement a workaround.

Any information should I provide them with if I want to open a bug report there?.

I already opened a bug report. Click the link in my previous comment.

Thanks for always being helpful.