From 3c0fe21c0360ae88606808da876e11ebdb412c84 Mon Sep 17 00:00:00 2001 From: natsmith9 Date: Wed, 31 May 2017 18:23:54 +0000 Subject: [PATCH] corrected eval stmt for dircolors --- bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_profile b/bash_profile index 08e4b35..15c317f 100644 --- a/bash_profile +++ b/bash_profile @@ -12,5 +12,5 @@ PATH=$PATH:$HOME/.local/bin:$HOME/bin export PATH export PS1="\e[0;37;42m\u@\h:\e[m\$PWD> " -eval $(dircolors -b ~/.dir_colors) +eval $(dircolors -b > ~/.dir_colors) #eval `dircolors -b > ~/.dir_colors`