henrikruscon / hyper-statusline

Status Line Plugin for Hyper
MIT License
387 stars 79 forks source link

item_branch not being displayed. #18

Closed hemanth closed 7 years ago

hemanth commented 7 years ago

issue

henrikruscon commented 7 years ago

What git version are you running?

Also what's your output running git symbolic-ref --short HEAD in Hyper terminal? ✌️

hemanth commented 7 years ago
$ git symbolic-ref --short HEAD
master

$ git --version
git version 2.10.1 (Apple Git-78)
henrikruscon commented 7 years ago

So fetching branch works, appears to be an issue with cwd fetching. Does it display the proper cwd path?

Additionally. Does it work as expected if you run a clean bash terminal setup and only this plugin? ✌️

hemanth commented 7 years ago

Works fine after terminal restart, rather than reload; Strange.

hemanth commented 7 years ago
screen shot 2016-12-29 at 9 35 38 pm