BREAKING CHANGE: Prompt now array containing all prompt settings
Prompt now contains multiple sections: core, separator, path and extra, this breakdown only adds extra layers of customization
and don't necessarily need to hold those settings, you can write anything in each section text as well as before and after.
Core: is the core part of the prompt contains before, boforeColor, text, textColor, after, afterColor settings
Path: is the path portion of the prompt, contains before, beforeColor, text, textColor, after, afterColor settings
Separator: separates Core and Path sections, contains text and color settings
Extra: Extra text that can be added after Path section. Contains Text and Color settings
See ExampleSite for more details