We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
Hello, thank for the project! I'm the maintainer of the pure prompt for Fish used in the screencast below
pure
My issue is that is breaks my prompt layout
is
To Reproduce
Steps to reproduce the behavior:
npm
inshellisense
pure-fish/pure
fish
❯
docker run \ --interactive \ --tty \ --rm \ --user 0 \ purefish/docker-fish:latest \ 'apk add --no-cache --virtual .gyp python3 make g++ npm; npm install -g @microsoft/inshellisense; su nemo -c "fisher install \'pure-fish/pure\'; fish"'
Expected behavior
Prompt in is should be identical to original one.
Environment
0.0.1-rc.5
v18.17.0
v20.8.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Hello, thank for the project!
I'm the maintainer of the
pure
prompt for Fish used in the screencast belowMy issue is that
is
breaks my prompt layoutTo Reproduce
Steps to reproduce the behavior:
2. Run as root user in docker
3. install
npm
and requirements4. insall
inshellisense
5. install
pure-fish/pure
promptfish
shell and see how it look (2 lines, second one start with❯
)is
and see the only one lineExpected behavior
Prompt in
is
should be identical to original one.Environment
0.0.1-rc.5
0.0.1-rc.5
v18.17.0
v20.8.1
The text was updated successfully, but these errors were encountered: