jorgebucaran / fisher

A plugin manager for Fish
https://git.io/fisher
MIT License
7.53k stars 257 forks source link

Can't install fisher on kitty terminal #720

Closed federicotorrielli closed 2 years ago

federicotorrielli commented 2 years ago

As title. It happens only on kitty terminal. When I run the script, it's stuck there and it does not move or terminate.

jorgebucaran commented 2 years ago

Can't repro on macOS 12.4 with kitty 0.25.2. Everything worked as it should.

federicotorrielli commented 2 years ago

I'm on Pop_OS 22.04 and it gets stuck every time

jorgebucaran commented 2 years ago

Maybe it's something in your config.fish that you should only run in interactive mode. Can you post your config here?

federicotorrielli commented 2 years ago

image

jorgebucaran commented 2 years ago

Run that pokemon script (or initialize zoxide) only when interactive.

if status is-interactive
  # ...
end

EDIT: Typo

federicotorrielli commented 2 years ago

My bad, now it works! Thanks a lot.