Codebase list kali-defaults / ac3183c
fix ls color for folders with 777 permissions Daniel Ruiz de Alegría 2 years ago
2 changed file(s) with 4 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
211211 # enable color support of ls, less and man, and also add handy aliases
212212 if [ -x /usr/bin/dircolors ]; then
213213 test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)"
214 export LS_COLORS="$LS_COLORS:ow=30;44:" # fix ls color for folders with 777 permissions
215
214216 alias ls='ls --color=auto'
215217 #alias dir='dir --color=auto'
216218 #alias vdir='vdir --color=auto'
101101 # enable color support of ls, less and man, and also add handy aliases
102102 if [ -x /usr/bin/dircolors ]; then
103103 test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)"
104 export LS_COLORS="$LS_COLORS:ow=30;44:" # fix ls color for folders with 777 permissions
105
104106 alias ls='ls --color=auto'
105107 #alias dir='dir --color=auto'
106108 #alias vdir='vdir --color=auto'