You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
With Fish shell under WSL 2 powerline-go does not show anything.
With Bash it works as expected.
Tried two different fish_prompt function definitions both do not work.
To Reproduce
Following install instruction.
go get -u github.com/justjanne/powerline-go
Setup .config/fish/config.fish:
First Version (done as in duration example in Readme) :
function fish_prompt
$GOPATH/bin/powerline-go -newline -error $status
end
Second Version (as described in the installation part of the Readme):
function fish_prompt
eval $GOPATH/bin/powerline-go -error $status -jobs (jobs -p | wc -l)
end
Also omitting GOPATH and pasting in the absolute path to powerline-go does not work.
Both do not work and only the following is shown:
As already mentioned it works perfectly with Bash.
Environment:
OS: WSL 2 with Ubuntu 20.04/ Windows 10
Architecture: intel/ amd64
Shell: fish version 3.1.0
go version: go1.13.8 linux/amd64
Is there anything I am doing wrong or does it not work?
Thanks!
The text was updated successfully, but these errors were encountered:
Describe the bug
With Fish shell under WSL 2 powerline-go does not show anything.
With Bash it works as expected.
Tried two different
fish_prompt
function definitions both do not work.To Reproduce
.config/fish/config.fish
:First Version (done as in duration example in Readme) :
Second Version (as described in the installation part of the Readme):
Also omitting
GOPATH
and pasting in the absolute path to powerline-go does not work.Both do not work and only the following is shown:
As already mentioned it works perfectly with Bash.
Environment:
Is there anything I am doing wrong or does it not work?
Thanks!
The text was updated successfully, but these errors were encountered: