| ... | ... |
@@ -4,7 +4,8 @@ export LSCOLORS="Gxfxcxdxbxegedabagacad" |
| 4 | 4 |
#export LS_COLORS |
| 5 | 5 |
|
| 6 | 6 |
# Enable ls colors |
| 7 |
-if [ "$DISABLE_LS_COLORS" != "true" ] then |
|
| 7 |
+if [ "$DISABLE_LS_COLORS" != "true" ] |
|
| 8 |
+then |
|
| 8 | 9 |
# Find the option for using colors in ls, depending on the version: Linux or BSD |
| 9 | 10 |
ls --color -d . &>/dev/null 2>&1 && alias ls='ls --color=tty' || alias ls='ls -G' |
| 10 | 11 |
fi |