my-yadm/.local/dotfiles/environment/dircolors.zsh

5 lines
83 B
Bash

if [[ -r "$HOME/.dircolors" ]]; then
eval $(dircolors -b "$HOME/.dircolors")
fi