From: Nick Bowler Date: Fri, 14 Jan 2011 14:15:31 +0000 (-0500) Subject: Don't hardcode /etc/DIR_COLORS. X-Git-Url: https://git.draconx.ca/gitweb/zshconf.git/commitdiff_plain/9ed6fd4522b55ceba2b22bde60cd5529dac83743 Don't hardcode /etc/DIR_COLORS. --- 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