Kyle P Davis 11 лет назад
Родитель
Сommit
2d03d44828
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      .profile

+ 2 - 0
.profile

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