6 lines
148 B
Fish
6 lines
148 B
Fish
set NORD_DIR_COLORS_FILE $HOME/.local/nord-dircolors/dir_colors
|
|
|
|
if test -f $NORD_DIR_COLORS_FILE
|
|
eval (dircolors -c $NORD_DIR_COLORS_FILE)
|
|
end
|