Term Colors


Subject: Term Colors
From: Philip Good (phil@redplanetx.com)
Date: Tue Jan 30 2001 - 13:15:15 MST


For any who are interested: I couldn't figure out why, when I logged
into my RH7 PC my term had all these cool colors for links, permissions,
etc. There are some lines in it's /etc/bashrc which initialize some
terminal customization scripts. Add these lines to /etc/bashrc (assuming
your using bash), it also adds some basic aliases such as ll and which.

if [ "x$SHLVL" != "x1" ]; then
  for i in /etc/profile.d/*.sh; do
    if [ -x $i ] ; then
      . $i
    fi
  done
fi

PG



This archive was generated by hypermail 2a24 : Tue Jan 30 2001 - 13:16:11 MST