Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Dark blue on black

    Scheduled Pinned Locked Moved General pfSense Questions
    3 Posts 2 Posters 180 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • rmaederR
      rmaeder
      last edited by

      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

      patient0P 1 Reply Last reply Reply Quote 0
      • patient0P
        patient0 @rmaeder
        last edited by

        @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
        
        rmaederR 1 Reply Last reply Reply Quote 1
        • rmaederR
          rmaeder @patient0
          last edited by

          @patient0
          didn't notice that. Thanks!

          1 Reply Last reply Reply Quote 0
          • First post
            Last post
          Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.