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
This is the bobby russel theme, however I want to have my terminal display [user@hostname ~]$ instead, however the thing I like is how it does git information. All it would show is git:(branchname) and if there was uncommited changes it would show a cross, but I can't get that to happen, as well it would only display git information in an actual git repo and whereas currently it is constantly showing git:(: | ) outside of git repos. The thing that is sus though is that it uses git_prompt_info instead of git_super_status? Is this a different plugin or what?
The text was updated successfully, but these errors were encountered:
So I unistalled oh my zsh last night, opting to customize everything myself and have a more compact zshrc however I'm extremely confused.
This is the bobby russel theme, however I want to have my terminal display
[user@hostname ~]$
instead, however the thing I like is how it does git information. All it would show isgit:(branchname)
and if there was uncommited changes it would show a cross, but I can't get that to happen, as well it would only display git information in an actual git repo and whereas currently it is constantly showinggit:(: | )
outside of git repos. The thing that is sus though is that it usesgit_prompt_info
instead ofgit_super_status
? Is this a different plugin or what?The text was updated successfully, but these errors were encountered: