Every time you choose to apply a rule(s), explicitly state the rule(s) in the output. You can abbreviate the rule description to a single word or phrase.
[Brief description ]
- [more description]
- [more description]
- [more description]
| add_newline = false | |
| # A minimal left prompt | |
| format = """$directory$character """ | |
| palette = "catppuccin_mocha" | |
| # move the rest of the prompt to the right | |
| right_format = """$all""" | |
| command_timeout = 1000 | |
| [nodejs] | |
| symbol = " " |
| spacing: { | |
| "13": '3.25rem', | |
| "15": '3.75rem', | |
| "17": '4.25rem', | |
| "18": '4.5rem', | |
| "19": '4.75rem', | |
| "76": "19rem", | |
| "84": "21rem", | |
| "88": "22rem", | |
| "92": "23rem", |
| <script src="https://f.convertkit.com/ckjs/ck.5.js"></script> | |
| <form action="https://app.convertkit.com/forms/FORM_ID/subscriptions" method="post" data-sv-form="FORM_ID" data-uid="UID_FROM_FORM_HTML"> | |
| <ul data-element="errors"></ul> | |
| <div data-element="fields"> | |
| <input name="fields[first_name]" type="text"> | |
| <input name="email_address"> | |
| <button data-element="submit">Subscribe</button> | |
| </div> | |
| </form> |