Move even more files to .config

Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
Severin Kaderli 2019-02-12 23:28:30 +01:00
parent e0e3ad0135
commit 005c4f29b6
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
11 changed files with 26 additions and 56 deletions

View file

@ -23,8 +23,8 @@ if [ -f "${HOME}/.env" ]; then
fi
# Enable color support of ls
if [ -f "${HOME}/.dircolors" ]; then
dircolors -b "${HOME}/.dircolors" > /dev/null 2>&1
if [ -f "${XDG_CONFIG_HOME}/custom/dircolors" ]; then
dircolors -b "${XDG_CONFIG_HOME}/custom/dircolors" > /dev/null 2>&1
fi
# Sourcing alias definitions