Skip to content

Commit

Permalink
Merge pull request #29 from Cellophan/master
Browse files Browse the repository at this point in the history
ADD acceptance of default value for PRIMARY_FG
  • Loading branch information
agnoster authored Feb 27, 2017
2 parents f3ff367 + 3e961de commit f8ffdbf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion agnoster.zsh-theme
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
# A few utility functions to make it easy and re-usable to draw segmented prompts

CURRENT_BG='NONE'
PRIMARY_FG=black
if [[ -z "$PRIMARY_FG" ]]; then
PRIMARY_FG=black
fi

# Characters
SEGMENT_SEPARATOR="\ue0b0"
Expand Down

1 comment on commit f8ffdbf

@aabho
Copy link

@aabho aabho commented on f8ffdbf Feb 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can apply this theme by changing the segment variable to your OS factory particles.

Please sign in to comment.