Skip to content
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

Create an option to prevent fish from shortening the prompt line. #5156

Closed
lsevero opened this issue Aug 21, 2018 · 1 comment
Closed

Create an option to prevent fish from shortening the prompt line. #5156

lsevero opened this issue Aug 21, 2018 · 1 comment

Comments

@lsevero
Copy link

lsevero commented Aug 21, 2018

I wanted to have an option to completely disable this behavior and always show the full prompt line no matter how big the line is and how small the screen width is.
That could be done by checking a environment variable or something similar in this line

if (left_prompt_layout.max_line_width > screen_width) {

@zanchey
Copy link
Member

zanchey commented Aug 21, 2018

This is tracked in #904, so I'll close this as a duplicate for now. Thanks.

@zanchey zanchey closed this as completed Aug 21, 2018
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants