Results 1 to 4 of 4

Thread: Xfce terminal colors

  1. #1
    Join Date
    May 2010
    Location
    USA
    Beans
    128

    Xfce terminal colors

    On all (or most) of the other linux distros that I have tried, running the ls command in a terminal window lists the different file types in different colors.
    On Xubuntu 11.10 this doesn't happen, even though the Xfce terminal has a color pallette setting. Everything is the same color except the cursor.
    Is it supposed to be like this or did I break something?

  2. #2
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: Xfce terminal colors

    I have colours for the ls output in my xubuntu 11.10. I am not sure if I have changed it from the default value. Anyway the setting is in .bashrc
    Code:
    gedit ~/.bashrc
    Look for a line like this
    Code:
    alias ls='ls --color=auto'
    There should be another similar line for grep.

    But if you log in via a 'dumb' terminal, the colours are not activated.

  3. #3
    Join Date
    May 2010
    Location
    USA
    Beans
    128

    Re: Xfce terminal colors

    I don't have a .bashrc for some reason.

  4. #4
    Join Date
    May 2010
    Location
    USA
    Beans
    128

    Re: Xfce terminal colors

    I copied the .bashrc file from the live CD. That fixed it.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •