From 16163948036f88c2b3d0c425a6391546320ed101 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Mon, 5 Mar 2001 15:36:27 +0000 Subject: Allowed color ls on xterms --- ChangeLog | 5 +++++ bashrc | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a7f0a22..90e0451 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-03-05 Pablo Saratxaga + + * bashrc: sourcing of color ls should be done also for X11 + (color in an xterm is nice) + 2000-05-24 Chmouel Boudjnah * Desktop/DrakConf.kdelnk: Don't launch with kdesu for root. diff --git a/bashrc b/bashrc index 018f569..0154b6f 100644 --- a/bashrc +++ b/bashrc @@ -13,8 +13,8 @@ alias p='cd -' # Tell to df to don't see the supermount filesystems. alias df='df -x supermount' -# -[ -z $DISPLAY ] || . /etc/profile.d/color_ls.sh +# define colors for "ls" (ls will use it oinly if the terminal allows it) +. /etc/profile.d/color_ls.sh # Source global definitions if [ -f /etc/bashrc ]; then -- cgit v1.2.1