Extracted color functions to a separate file.

This commit is contained in:
Dominik Ritter 2015-10-24 01:05:37 +02:00
commit 0fa635275c
3 changed files with 62 additions and 48 deletions

View file

@ -29,6 +29,12 @@ source $(dirname "$0")/functions/icons.zsh
source $(dirname "$0")/functions/utilities.zsh
################################################################
# Source color functions
################################################################
source $(dirname "$0")/functions/colors.zsh
################################################################
# Source VCS_INFO hooks / helper functions
################################################################