IlanCosman / tide

🌊 The ultimate Fish prompt.
MIT License
2.9k stars 108 forks source link

Right prompt position changed unexpectly. How to disable right prompt? #464

Closed thomjiji closed 10 months ago

thomjiji commented 10 months ago

There is a problem: the right prompt of previous commands will change unexpectly when zoom in/out (effectively increase/decrease font size) in Konsole, so I wanna disable right prompt completely, but it seems it's not possible currently?

The current command's right prompt is just fine, it will stay unchange when zoom in/out. The problem is for the previous executed commands, when zoom in/out, right prompt will move.

Screenshot_20231201_111751

IlanCosman commented 10 months ago

Yah, the right prompt for previous prompts won't change position. You can disable the right prompt by setting it to empty, like so: set tide_right_prompt_items. (and then restarting the shell or running tide reload)

thomjiji commented 10 months ago

Thanks! It works well. ^^