summaryrefslogtreecommitdiffstats
path: root/source/a/coreutils/coreutils-dircolors.csh
diff options
context:
space:
mode:
Diffstat (limited to 'source/a/coreutils/coreutils-dircolors.csh')
-rw-r--r--source/a/coreutils/coreutils-dircolors.csh9
1 files changed, 1 insertions, 8 deletions
diff --git a/source/a/coreutils/coreutils-dircolors.csh b/source/a/coreutils/coreutils-dircolors.csh
index d7234c855..e29f18893 100644
--- a/source/a/coreutils/coreutils-dircolors.csh
+++ b/source/a/coreutils/coreutils-dircolors.csh
@@ -21,15 +21,8 @@ setenv LS_OPTIONS " $OPTIONS --color=$COLOR "
unsetenv COLOR
unsetenv OPTIONS
-# Set up aliases to use color ls by default. A few additional
-# aliases like 'dir', 'vdir', etc, are some ancient artifacts
-# from 1992 or so... possibly they should be disabled, but maybe
-# someone out there is actually using them? :-)
+# Set up alias to use color ls by default:
alias ls '/bin/ls $LS_OPTIONS';
-alias dir '/bin/ls $LS_OPTIONS --format=vertical';
-alias vdir '/bin/ls $LS_OPTIONS --format=long';
-alias d dir;
-alias v vdir;
unsetenv noglob;
# Set up the LS_COLORS environment: