trapd00r / LS_COLORS

A collection of LS_COLORS definitions; needs your contribution!
Other
2.11k stars 260 forks source link

tcsh ls_color doesn't work when doing `ls`. `echo $LS_COLORS` prints "echo: No match." #199

Closed Anthonyive closed 1 year ago

Anthonyive commented 1 year ago

The ls_colors.csh script was working for me when tcsh version is 6.18.01

> $SHELL --version
tcsh 6.18.01 (Astron) 2012-02-14 (x86_64-unknown-linux) options wide,nls,lf,dl,al,kan,sm,color,filec

but now when I'm on another host where the version is 6.21.00, the ls_colors.csh script stops working

> $SHELL --version
tcsh 6.21.00 (Astron) 2019-05-08 (x86_64-unknown-linux) options wide,nls,dl,al,kan,sm,rh,nd,color,filec
Screenshot 2023-06-23 084414

What I did was just source this file in the cshrc. I have dircolors on both hosts

rpdelaney commented 1 year ago

This sounds like a problem with tcsh. Please report your problem to the community support channels for tcsh.