On Sun, Dec 21, 2008 at 02:09:08PM EST, Edward J. Shornock wrote:
> * Chris Jones [20-12-2008 06:27 EET]:
> > My .bashrc has the usual:
> >
> > eval `dircolors -b`
>
> [...]
>
> > So I figured I just needed to issue a "dircolors -p .dircolors" .. edit
> > the .dircolors file to my liking ..
* Chris Jones [20-12-2008 06:27 EET]:
> My .bashrc has the usual:
>
> eval `dircolors -b`
[...]
> So I figured I just needed to issue a "dircolors -p .dircolors" .. edit
> the .dircolors file to my liking .. and then follow up with a "dircolors
> -b .dircolors" and that should do it, right?
On Sat, 12 May 2007 15:21:35 -0700
Paul Scott <[EMAIL PROTECTED]> wrote:
> Has anyone got a set of values for dircolors that is readable on an
> xterm, etc. with white background. The standard set of colors is fine
> on a black background but very hard to read on a white background.
>
> TIA,
>
matt zagrabelny wrote:
different files are sourced depending on how you logged in.
for instance with gnome: .gnomerc is sourced
in my .bash_profile i have:
if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi
-matt
I just uncomment those lines in my .bash_profile
Now it's ok.
thanks.
--
To UNSU
nx13372 wrote:
This is my .bashrc:
export PS1='\[\033[01;28m\]\t
\[\033[01;[EMAIL PROTECTED];34m\]\w\$\[\033[00m\]'
umask 022
export LS_OPTIONS='--color=auto'
eval `dircolors`
alias ls='ls $LS_OPTIONS'
alias ll='ls $LS_OPTIONS -l'
alias l='ls $LS_OPTIONS -lA'
I put this in /root and in a "normal"
On Wed, 2004-08-04 at 10:30, nx13372 wrote:
> matt zagrabelny wrote:
>
> > make sure .bashrc is being sourced.
> >
> >$ ls -alh
> >
> >is there colors?
> >
> >$ source .bashrc; ls -alh
> >
> >is there colors?
> >
> >
> >
> >
> After the source .bashrc works.
> What's must be changed?
>
> thanks
matt zagrabelny wrote:
make sure .bashrc is being sourced.
$ ls -alh
is there colors?
$ source .bashrc; ls -alh
is there colors?
After the source .bashrc works.
What's must be changed?
thanks
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL
On Wed, 2004-08-04 at 10:05, nx13372 wrote:
> This is my .bashrc:
> export PS1='\[\033[01;28m\]\t
> \[\033[01;[EMAIL PROTECTED];34m\]\w\$\[\033[00m\]'
> umask 022
> export LS_OPTIONS='--color=auto'
> eval `dircolors`
> alias ls='ls $LS_OPTIONS'
> alias ll='ls $LS_OPTIONS -l'
> alias l='ls $LS_OPTI
On Sun, Feb 14, 1999 at 05:19:38AM +, Mark Wagnon wrote:
> Can anyone tell me what file that the LS_COLORS environment variable is
> set? I thought is was in /etc/profile, but it's not there. I'm asking
> because I'd like to add the *.bz2 extension so that bzipped files are
> the same color as
Try to make sure that eval `dircolors` is seeing your customized
config file. It no longer looks for the old defaults so you should
specify the path aka: eval `dircolors $(HOME)/.dir_colors`
Luck. Syrus.
--
Syrus Nemat-Nasser <[EMAIL PROTE
10 matches
Mail list logo