Browse Source

fix ls colors on Linux

Kyle P Davis 10 years ago
parent
commit
2d03d44828
1 changed files with 2 additions and 0 deletions
  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"