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
Hello, I have a problem:
My prompt has two lines - I want the first line to use a color cycle, but I want the second line, where I have the cursor, to always start with the cycle's first colors, regardless of the first line's state.
It doesn't make much sense that, for example, git status appearing on the first line changes the color of the second line.
Good solutions for this problem are I think these:
allow separate color cycle for each block
OR add block property that resets the cycle from start
AND/OR add property that excludes a block from the cycle
The text was updated successfully, but these errors were encountered:
Code of Conduct
What would you like to see changed?
Hello, I have a problem:
My prompt has two lines - I want the first line to use a color cycle, but I want the second line, where I have the cursor, to always start with the cycle's first colors, regardless of the first line's state.
It doesn't make much sense that, for example, git status appearing on the first line changes the color of the second line.
Good solutions for this problem are I think these:
The text was updated successfully, but these errors were encountered: