dot/shell-rc: Force the policy on `ls', like it is in `diff' and `grep'.
[profile] / dot / shell-rc
index d3a45da..5251e98 100644 (file)
@@ -250,7 +250,7 @@ mdw_colour_p () {
 ## Arrange for `ls' output to be in colour.
 unalias ls 2>/dev/null || :
 ls () {
-  if mdw_colour_p; then command ls $LS_OPTIONS ${LS_COLORS+--color=auto} "$@"
+  if mdw_colour_p; then command ls $LS_OPTIONS ${LS_COLORS+--color=always} "$@"
   else command ls "$@"; fi
 }