4 lines
83 B
Text
4 lines
83 B
Text
if [[ -r "$HOME/.dircolors" ]]; then
|
|
eval $(dircolors -b "$HOME/.dircolors")
|
|
fi
|
|
|