michaeldfallen / git-radar

A heads up display for git
MIT License
2.59k stars 85 forks source link

problem with fish #112

Open hallzy opened 7 years ago

hallzy commented 7 years ago

Perhaps it is because I am new to fish (as in, I just started trying to use it about a half hour ago), but I can't seem to get git-radar to work with it...

I added this line to my fish_prompt.fish file:

echo -n (git-radar --fish --fetch)

and I get this:

image

Everything looks as it should except for git-radar (and the fact that I don't actually want a full path listed in my prompt, but I will ignore that for now until I figure out how to shorten it in fish).

Not sure what has gone wrong here.

hallzy commented 7 years ago

the only thing in my .gitradarrc file is:

GIT_RADAR_FETCH_TIME=1
hallzy commented 7 years ago

after making the changes that I have made in #113 it now looks normal