]> code.delx.au - dotfiles/commitdiff
Bash: export LSCOLORS
authorJames Bunton <jamesbunton@delx.net.au>
Wed, 14 May 2008 16:51:00 +0000 (02:51 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Wed, 14 May 2008 16:51:00 +0000 (02:51 +1000)
.bash/colors

index a712f2f869bc048113f1fa42933b90c04f4262aa..5011fe1ccd01bec2067dd5d61b3d5f53e12f8774 100644 (file)
@@ -78,6 +78,7 @@ if [ ${PS1_COLOR:-0} -eq 1 ]; then
        fi
 
        export LS_COLORS
+       export LSCOLORS
 fi
 unset PS1_COLOR
 unset DARK