inshellisense icon indicating copy to clipboard operation
inshellisense copied to clipboard

Breaks original prompt layout on Fish pure-fish/pure

Open edouard-lopez opened this issue 2 years ago • 0 comments

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 avatar Dec 06 '23 13:12 edouard-lopez