[quote author=Black666 link=board=1;threadid=4201;start=0#41562 date=1026828676]
Mhmm one more thing:
I logged in as root (There is no other user yet) and I'm missing the console colors - blue for directories, red for executables and so on.
I had this problem at a debian installation some time ago and fixed it with just un-comenting a line in the .bashrc (or was ist .bash_profile). But there is no such file under /root
Any hints?
[/quote]
I'm not familar with gentoo, but whatever is the equivalent of your .bashrc file when you are logged in as root needs to be modified. Add the following alias, and you should get the colors (here's what's in my .bashrc, and i'm running rh-7.3):
Code:
# User specific aliases and functionsalias ls='ls --color'
alias ls='ls --color'
Bookmarks