Giter VIP home page Giter VIP logo

Comments (9)

faho avatar faho commented on June 2, 2024

Are you sure it is not just, you know, done?

What happens if you press enter after, what does e.g. set --show fish_pager_color_description say?

from fish-shell.

DanielLiuCD avatar DanielLiuCD commented on June 2, 2024

set --show fish_pager_color_description

thank you for your reply.I'm not sure what's going on, the process gets stuck and won't complete

Screenshot from 2023-12-19 06-41-38

from fish-shell.

faho avatar faho commented on June 2, 2024

Alright. Which fish version is this?

Do you have any config? Any plugins? Anything that e.g. might be triggered when a color variable changes?

I notice that it's stopped after fish_pager_color_selected_background both times. The next one in the current version is fish_color_keyword, which would be the first variable that's set to empty.

from fish-shell.

DanielLiuCD avatar DanielLiuCD commented on June 2, 2024

Alright. Which fish version is this?

Do you have any config? Any plugins? Anything that e.g. might be triggered when a color variable changes?

I notice that it's stopped after fish_pager_color_selected_background both times. The next one in the current version is fish_color_keyword, which would be the first variable that's set to empty.

The version number is 3.4.0.I did not install any plug-ins. This is a pure fish, compiled from source code using emerge on gentoo linux. Below is my config:
fish.zip

from fish-shell.

faho avatar faho commented on June 2, 2024

The version number is 3.4.0.

That's rather outdated and I would prefer if you tried fish 3.6.4.

In particular that behavior that I talked about where it would set the next variables to empty? Won't happen in 3.4.0 because it was added after.

from fish-shell.

DanielLiuCD avatar DanielLiuCD commented on June 2, 2024

The version number is 3.4.0.

That's rather outdated and I would prefer if you tried fish 3.6.4.

In particular that behavior that I talked about where it would set the next variables to empty? Won't happen in 3.4.0 because it was added after.

I installed the latest 3.6.4, but it has no effect and the problem still exists.

from fish-shell.

DanielSouzaBertoldi avatar DanielSouzaBertoldi commented on June 2, 2024

I'm having exactly the same problem. I just installed fish using homebrew, and the fish_config command won't change the theme in a MacBook M1. Running the fish_pager_color_description command also shows the exact same result as the @DanielLiuCD printscreen.

from fish-shell.

faho avatar faho commented on June 2, 2024

Alright, what is your python version and how quick is fish to start up?

set -l python (__fish_anypython)
and $python --version
time fish -c 'exit'

Does it always hang on the same variable? What if you try a different theme?

Do you have any configuration? Did you install any plugins?

If you use fish_config theme choose THEME; fish_config theme save does that work?

from fish-shell.

faho avatar faho commented on June 2, 2024

Closing for lack of response. If anyone who can reproduce the issue gets back to me we'll reopen!

from fish-shell.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.