sharkdp / vivid

A themeable LS_COLORS generator with a rich filetype datebase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

monacv opened this issue · 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?