From 1d59b61ad975638dfda6abc3f0a97e4afcf37be2 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sat, 3 Jan 2015 14:10:17 -0800 Subject: [PATCH] Fix dircolors... again. --- dotfiles/lib/shellrc/exports.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/lib/shellrc/exports.sh b/dotfiles/lib/shellrc/exports.sh index 4b41730e..a0fcd111 100644 --- a/dotfiles/lib/shellrc/exports.sh +++ b/dotfiles/lib/shellrc/exports.sh @@ -23,4 +23,4 @@ export MANPAGER="less -X" dircolors_file="$HOME/.dircolors" -[ ! -z "$SHELL" ] && test -r $dircolors_files && eval "$(dircolors $dircolors_file)" +[ ! -z "$SHELL" ] && test -r $dircolors_files && eval "$(dircolors $dircolors_file)" && eval $(dircolors)