changeset 307:81bfcb3015bd

Reset LS_COLORS by default.
author Edho Arief <edho@myconan.net>
date Sun, 19 Feb 2012 06:27:32 +0000
parents 3e8dfad7cacc
children 59543eaa818f
files rc/bash
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/rc/bash	Sun Feb 19 06:26:52 2012 +0000
+++ b/rc/bash	Sun Feb 19 06:27:32 2012 +0000
@@ -26,6 +26,7 @@
 export LANG="en_US.UTF-8"
 export CLICOLOR=
 export LSCOLORS=ExGxFxdxCxegedabagExEx
+export LS_COLORS=
 
 alias ls="ls -F"
 alias rm="rm -i"