You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.
Performance could be improved if the configuration were hard-coded in promptastic.py. Currently promptastic reads the configuration in config.py to display the enabled segments with the chosen theme's colors. This could be done better this way:
promptastic.py becomes a template, say promptastic.py.template
install.py creates the actual promptastic.py script out of that template by reading config.py and injecting only the enabled segments with hard-coded colors.
The text was updated successfully, but these errors were encountered:
Performance could be improved if the configuration were hard-coded in
promptastic.py
. Currently promptastic reads the configuration inconfig.py
to display the enabled segments with the chosen theme's colors. This could be done better this way:promptastic.py
becomes a template, saypromptastic.py.template
install.py
creates the actualpromptastic.py
script out of that template by readingconfig.py
and injecting only the enabled segments with hard-coded colors.The text was updated successfully, but these errors were encountered: