diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-07-18 05:13:53 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-07-18 05:13:53 +0000 |
commit | 1f638d993d3394ce8280d786c9d7fce3dc4665b2 (patch) | |
tree | 9f80b1e24ef597d94c75f9af6d58facaefe0673c /sys-apps/baselayout | |
parent | If all upstream build trees were this nicely done being a package (diff) | |
download | gentoo-2-1f638d993d3394ce8280d786c9d7fce3dc4665b2.tar.gz gentoo-2-1f638d993d3394ce8280d786c9d7fce3dc4665b2.tar.bz2 gentoo-2-1f638d993d3394ce8280d786c9d7fce3dc4665b2.zip |
dircolors fix
Diffstat (limited to 'sys-apps/baselayout')
-rw-r--r-- | sys-apps/baselayout/files/profile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-apps/baselayout/files/profile b/sys-apps/baselayout/files/profile index 53b258daa03f..f073a4b56da9 100644 --- a/sys-apps/baselayout/files/profile +++ b/sys-apps/baselayout/files/profile @@ -1,5 +1,4 @@ -#eval `dircolors -b` -#commented out because it causes problems with tcsh +eval `dircolors` alias d="ls --color" alias ls="ls --color=auto" alias ll="ls --color -l" |