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`