From ad7e3ac01f57bab150b8b5eeddfbdc348e4f36e5 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 30 Jul 2015 23:35:45 +0300 Subject: [PATCH] Revert ".zshrc: Don't run dircolors on Darwin right now" This reverts commit 0096deea56357c7c5dcbd63b8e55ed69821e310c. coreutils in pkgsrc 2015Q2 has been fixed. --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index a7dc716..047f0e4 100644 --- a/.zshrc +++ b/.zshrc @@ -55,7 +55,7 @@ fi alias less='less -R' # preserves colors in GNU coreutils' `less` # solarized dircolors -[[ ! "$OSTYPE" =~ ^darwin.*$ ]] && [[ -r ~/.dircolors.ansi-dark ]] && eval `dircolors ~/.dircolors.ansi-dark` +[[ -r ~/.dircolors.ansi-dark ]] && eval `dircolors ~/.dircolors.ansi-dark` # Environment export PS1='[%n@%m: %~]$ '