diff --git a/bash/.bashrc b/bash/.bashrc index 2e9ef4a..ef20d35 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -206,7 +206,7 @@ bashrc_customize_prompt() { } bashrc_customize_ls() { - local ls_colors="$HOME/.dircolors/solarized-$BACKGROUND" + local ls_colors="$HOME/.config/dircolors/solarized-$BACKGROUND" if type dircolors &> /dev/null && [ -f $ls_colors ]; then eval "$(dircolors $ls_colors)" fi diff --git a/dircolors/.dircolors/solarized-dark b/bash/.config/dircolors/solarized-dark similarity index 100% rename from dircolors/.dircolors/solarized-dark rename to bash/.config/dircolors/solarized-dark diff --git a/dircolors/.dircolors/solarized-light b/bash/.config/dircolors/solarized-light similarity index 100% rename from dircolors/.dircolors/solarized-light rename to bash/.config/dircolors/solarized-light