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
{{ message }}
This repository has been archived by the owner on Apr 30, 2020. It is now read-only.
When I am in a directory which is not a git repository, there is an white space shown at the end of the prompt.
I've tried to uncomment the if-statement in line 109 to line 128, not work.
Also tried the ternary expression as this article:
POWERLINE_GIT_INFO_LEFT=$(("$(git_prompt_info)"=""?1:0))
But end up with : zsh: bad math expression: illegal character: "
My temporary solution is add below lines to my ~/.zshrc:
But it seems to so ugly and unstable as I changed the behavior of the default command "cd", so does anyone have a better solution?
The text was updated successfully, but these errors were encountered: