jhillyerd / plugin-git

Git aliases plugin for the Fish shell (similar to oh-my-zsh git)
MIT License
607 stars 85 forks source link

Where is bage function called from? #84

Closed shankarswamy closed 2 years ago

shankarswamy commented 2 years ago

Where is this function called from: function gbage I tried putting an echo statement at the top of the function; that did not fire. Neither did a naïve grep search.

I am trying to solve this issue: When the git repository is not clean, the repo name is displayed with yellow background and that bg displays really bad on my terminal. I would like to change that to some other color. I thought this was set in the above function and changed "yellow" %(HEAD) %(color:yellow)% but that did not change it.

Appreciate any help and thanks for your time!

shankarswamy commented 2 years ago

Never mind. What I had was not a plugin-git issue. It was a omf issue.