From 9ed6fd4522b55ceba2b22bde60cd5529dac83743 Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Fri, 14 Jan 2011 09:15:31 -0500 Subject: [PATCH] Don't hardcode /etc/DIR_COLORS. --- zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zprofile b/zprofile index d0d2871..223baa4 100644 --- a/zprofile +++ b/zprofile @@ -26,7 +26,7 @@ set -$shopts unset sh shopts # Setup colours -eval `dircolors --sh /etc/DIR_COLORS` +eval `dircolors --sh` if [[ -n "$LS_COLORS" && -z "$COLORTERM" ]]; then export COLORTERM="ansi" fi -- 2.43.2