diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2001-03-05 15:36:27 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2001-03-05 15:36:27 +0000 |
commit | 16163948036f88c2b3d0c425a6391546320ed101 (patch) | |
tree | a9f32d79969b1c606a0560142259e54f0b09c740 /bashrc | |
parent | 833f477b282fe1ceffa500c85beb13421ccb4ab6 (diff) | |
download | rootfiles-16163948036f88c2b3d0c425a6391546320ed101.tar rootfiles-16163948036f88c2b3d0c425a6391546320ed101.tar.gz rootfiles-16163948036f88c2b3d0c425a6391546320ed101.tar.bz2 rootfiles-16163948036f88c2b3d0c425a6391546320ed101.tar.xz rootfiles-16163948036f88c2b3d0c425a6391546320ed101.zip |
Allowed color ls on xterms
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |