-
-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
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
Add Text Align option #136
Conversation
I added a few comments. Also, thank you for not shoehorning this into the theme string. Even if that might be a good idea long-term, it needs some thinking on my part. 😁 |
Greet align matches to exact case now, not coaxing the string into upper/lower case
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Limited text-align scope to greeting and changed name. Fixed arguments to be either "left " or "right" strictly
Merged! Thanks you for the PR. :) |
Hi
I added a text-align option to the prompt. I did this mainly so ASCII art I had in my
/etc/issue
showed up better, but I can see it being useful for other things as well.I am not sure if you would rather include this in the new theme flag I saw recently added, but I wasn't sure how to properly extend the format to accommodate that so I added it as a new flag. Leaving the flag absent defaults to center align as before.