We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
prompt_tag
LP_PS1_PREFIX
The function prompt_tag sets the LP_PS1_PREFIX with a trailing space, but it should not.
Spacing should be handled by the themes, allowing for no space at all, or whatever character one want, just as for the other sections.
prompt_tag inserts the space, which is a problem for themes that do not want spaces (e.g. neon).
neon
Add the space within the _lp_default_theme_prompt_data function.
_lp_default_theme_prompt_data
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The function
prompt_tag
sets theLP_PS1_PREFIX
with a trailing space, but it should not.Expected Behavior
Spacing should be handled by the themes, allowing for no space at all, or whatever character one want, just as for the other sections.
Current Behavior
prompt_tag
inserts the space, which is a problem for themes that do not want spaces (e.g.neon
).Possible Solution
Add the space within the
_lp_default_theme_prompt_data
function.The text was updated successfully, but these errors were encountered: