Skip to content
New issue

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

Breaks original prompt layout on Fish pure-fish/pure #107

Open
edouard-lopez opened this issue Dec 6, 2023 · 0 comments
Open

Breaks original prompt layout on Fish pure-fish/pure #107

edouard-lopez opened this issue Dec 6, 2023 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@edouard-lopez
Copy link

Describe the bug

Hello, thank for the project!
I'm the maintainer of the pure prompt for Fish used in the screencast below

My issue is that is breaks my prompt layout

To Reproduce

Steps to reproduce the behavior:

  1. Run it in a docker image:
    2. Run as root user in docker
    3. install npm and requirements
    4. insall inshellisense
    5. install pure-fish/pure prompt
  2. start fish shell and see how it look (2 lines, second one start with )
  3. start is and see the only one line
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

OS Ubuntu 23.10 Alpine
Inshellisense --version 0.0.1-rc.5 0.0.1-rc.5
Nodejs Version v18.17.0 v20.8.1
@edouard-lopez edouard-lopez added the bug Something isn't working label Dec 6, 2023
@cpendery cpendery added this to the Backlog milestone Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants