Extracted color functions to a separate file.
This commit is contained in:
parent
2b8cb5b9a4
commit
0fa635275c
3 changed files with 62 additions and 48 deletions
|
@ -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
|
||||
################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue