sharkdp/vivid

adding the export to ~/.bashrc and sourcing it didn't work

monacv opened this issue · 2 comments

Hi, I added the following to ~/.bashrc and sourced it but it didn't work. Do you know how I can fix it? I mean the ls output was all white.

$ cat ~/.bashrc | tail -1
export LS_COLORS="$(vivid generate molokai)"

oh it works for tree command but not for ls.

I have aliased my ls in bashrc with ls -ltrah
how can I overcome it?