l 2: disable dark blue folders

This commit is contained in:
lassulus 2017-02-16 00:06:38 +01:00
parent 47a4df4558
commit f959d410b6

View File

@ -161,6 +161,7 @@ with import <stockholm/lib>;
shopt -s histappend histreedit histverify
shopt -s no_empty_cmd_completion
complete -d cd
LS_COLORS=$LS_COLORS:'di=1;31:' ; export LS_COLORS
'';
promptInit = ''
if test $UID = 0; then