From de52bd73782a3a67a9381c97ca369443907cf0a1 Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Thu, 19 Jan 2017 12:41:38 +0100 Subject: [PATCH] GHI-#6 Implement dircolors pkg config to load the color theme --- snowblocks/bash/config/pkg/dircolors | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 snowblocks/bash/config/pkg/dircolors 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)