diff --git a/snowblocks/bash/config/pkg/dircolors b/snowblocks/bash/config/pkg/dircolors new file mode 100644 index 0000000..b57a111 --- /dev/null +++ b/snowblocks/bash/config/pkg/dircolors @@ -0,0 +1,14 @@ +#!/usr/bin/env bash +# ++++++++++++++++++++++++++++++++++++++++++++++++++++++ +# title dircolors Configuration + +# project igloo + +# repository https://github.com/arcticicestudio/igloo + +# author Arctic Ice Studio + +# email development@arcticicestudio.com + +# copyright Copyright (C) 2017 + +# ++++++++++++++++++++++++++++++++++++++++++++++++++++++ +# +# [References] +# dircolors(1) +# dir_colors(5) +[[ -e ~/.dir_colors ]] && eval $(dircolors ~/.dir_colors)