-
Notifications
You must be signed in to change notification settings - Fork 132
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
The path part doesn't show #166
Comments
Could you try select the line on top of the prompt to see if it's empty? Also a different theme might work better. If so, you can adjust color by overriding |
Hi @edouard-lopez , I tried copy the path line to some editor and got nothing, changed a few theme and still seeing nothing. Looks like it's indeed empty. |
It's working now. |
Having exact the same problem again (with Debian/buster).
|
Could you try to call directly the function
|
maybe: it will be solved by installing git How to reproduce problem# Run docker
docker run --rm -it centos:7
# Install fish
curl --location --output /etc/yum.repos.d/shells:fish:release:3.repo https://download.opensuse.org/repositories/shells:/fish:/release:/3/CentOS_7/shells%3Afish%3Arelease%3A3.repo
yum install -y fish
# Launch fish
fish
# Install fisher
curl https://git.io/fisher --create-dirs -sLo ~/.config/fish/functions/fisher.fish
# Install pure
fisher install rafaelrinaldi/pure |
I can recreate this problem by having Maybe |
We take into consideration ANSI colors already (see https://github.com/rafaelrinaldi/pure/blob/master/functions/_pure_string_width.fish), however, there is no way to tell the printed length beforehand exactly. I've opened another issue to discuss this: #198. |
@ozelotjp Running into this issue, installing Git solved it. |
I'm happy to review PR for this one :) |
I'm getting the same problem in fedora kde 36 vm with konsole. |
I can confirm that I had the same issue and installing git solves it |
Using @ozelotjp I'm able to reproduce with :
Debugging
Sound like
So installing with |
Env
Pure
2.1.5
Fish
fish, version 3.0.2
OS/distribution
Distributor ID: Debian
Description: Debian GNU/Linux 9.8 (stretch)
Release: 9.8
Codename: stretch
The path part doesn't show:
The text was updated successfully, but these errors were encountered: