-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(prompt)!: Extra customization options
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
- Loading branch information
Showing
3 changed files
with
40 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters