Dark blue on black
-
The /root/.tcshrc in the current pfSense CE contains
setenv CLICOLOR "true" setenv LSCOLORS "exfxcxdxbxegedabagacad"
which makes directory listings unreadable. I commented out the two lines, but after a reboot, they are back.
How can I persistently get rid of this stupidity?Roman
-
@rmaeder at the end of
.tcshrc
is an include of `.tcshrc.local'.Create that file (
/root/.tcshrc.local
) and unset the two variables:unsetenv CLICOLOR unsetenv LSCOLORS
-
@patient0
didn't notice that. Thanks!
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.