Selaa lähdekoodia

fix ls colors on Linux

Kyle P Davis 11 vuotta sitten
vanhempi
commit
2d03d44828
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      .profile

+ 2 - 0
.profile

@@ -52,6 +52,8 @@ shopt -s checkwinsize
 # Custom shell aliases
 if [ "$OS" = "Darwin" ]; then
 	export CLICOLOR="1"
+else
+	alias ls="ls --color=auto"
 fi
 alias d="l"
 alias l="ls -CF"