Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

statusline not working with fish #92

Open
BoundlessCarrot opened this issue Jul 10, 2019 · 6 comments
Open

statusline not working with fish #92

BoundlessCarrot opened this issue Jul 10, 2019 · 6 comments

Comments

@BoundlessCarrot
Copy link

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

@BoundlessCarrot BoundlessCarrot changed the title fish doesn't work with statusline statusline not working with fish Jul 10, 2019
@sidney-neto
Copy link

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

module.exports = {
  config: {
    ...
      shell: '/usr/bin/fish',
    ...
  }
}

@BoundlessCarrot
Copy link
Author

That fixed it. Thanks!

@bkma
Copy link

bkma commented Aug 20, 2019

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

@BoundlessCarrot
Copy link
Author

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
Copy link

bkma commented Nov 13, 2019

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

@BoundlessCarrot
Copy link
Author

Unfortunately not, sorry

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants