Skip to content

Commit

Permalink
Merge branch 'feature/ghi-#6-dircolors-color-theme' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Jan 19, 2017
2 parents d3112cf + de52bd7 commit 6ab88b9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions snowblocks/bash/config/pkg/dircolors
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/usr/bin/env bash
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++
# title dircolors Configuration +
# project igloo +
# repository https://github.com/arcticicestudio/igloo +
# author Arctic Ice Studio +
# email [email protected] +
# copyright Copyright (C) 2017 +
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++
#
# [References]
# dircolors(1)
# dir_colors(5)
[[ -e ~/.dir_colors ]] && eval $(dircolors ~/.dir_colors)

0 comments on commit 6ab88b9

Please sign in to comment.