henrikruscon / hyper-statusline

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

statusline not working with fish #92

Open BoundlessCarrot opened 5 years ago

BoundlessCarrot commented 5 years ago

Exactly what the title says. I'm trying to switch over to using fish and statusline isn't showing my file path when I cd into folders. As you can see in the screenshot I'm multiple folders deep but statusline isn't showing the path.

Any help would be appreciated!

Screen Shot 2019-07-10 at 3 25 52 PM
sidney-neto commented 5 years ago

Try add shell in .hyper.js, fish path.

module.exports = {
  config: {
    ...
      shell: '/usr/bin/fish',
    ...
  }
}
BoundlessCarrot commented 5 years ago

That fixed it. Thanks!

bkma commented 5 years ago

That didn't seem to work for me. Is that all you did?

BoundlessCarrot commented 5 years ago

For me, yes. In the end, however, I decided not to use fish because I'm too lazy to convert all of my bash aliases and functions to the fish format :P

bkma commented 4 years ago

Revisiting this, it just doesn't show my current branch... Any fix for that?

BoundlessCarrot commented 4 years ago

Unfortunately not, sorry