fish-shell / fish-shell

The user-friendly command line shell.
https://fishshell.com
Other
25.66k stars 1.89k forks source link

Hanging in specific git folder #8324

Closed sam-cogan closed 2 years ago

sam-cogan commented 2 years ago

Just installed Fish for the first time on Debian Buster inside WSL, version 3.1.2. This has been working fine, until I tried to browse into a specific folder that container a git repo. When I do anything in this folder Fish hangs for 2-3 minutes before doing anything. Other folders are fine, even other git repos.

This is a new install of Fish, with just OMF installed and a theme configured.

krobelus commented 2 years ago

sounds like a third party issue in your theme or in OMF

If a plugin has set your $__fish_git_prompt_show_informative_status in universal scope, then you might need to remove that with set -e (or just remove ~/.config/fish/fish_variables)