Move even more files to .config
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
e0e3ad0135
commit
005c4f29b6
11 changed files with 26 additions and 56 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue