]> git.draconx.ca Git - zshconf.git/blobdiff - zprofile
Don't hardcode /etc/DIR_COLORS.
[zshconf.git] / zprofile
index d0d28717eee8c75464cec9c74144a80465d5f743..223baa497388663f808aa233d89f9c6c7007df44 100644 (file)
--- 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