Skip to content
Snippets Groups Projects
Commit f8ffdbfb authored by Isaac Wolkerstorfer's avatar Isaac Wolkerstorfer Committed by GitHub
Browse files

Merge pull request #29 from Cellophan/master

ADD acceptance of default value for PRIMARY_FG
parents f3ff367c 3e961de0
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,9 @@ ...@@ -26,7 +26,9 @@
# A few utility functions to make it easy and re-usable to draw segmented prompts # A few utility functions to make it easy and re-usable to draw segmented prompts
CURRENT_BG='NONE' CURRENT_BG='NONE'
if [[ -z "$PRIMARY_FG" ]]; then
PRIMARY_FG=black PRIMARY_FG=black
fi
# Characters # Characters
SEGMENT_SEPARATOR="\ue0b0" SEGMENT_SEPARATOR="\ue0b0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment