jorgebucaran / fisher

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

Unknown command `isatty` #787

Closed alper closed 3 months ago

alper commented 3 months ago

I was installing the nvm fish thing and then I got this:

❯ fisher install jorgebucaran/nvm.fish    [🕙 22 10:22] 
fish: Unknown command: isatty
~/.config/fish/functions/fisher.fish (line 23): 
            isatty || read --local --null --array stdin && set --append argv $stdin
            ^~~~~^
in function 'fisher' with arguments 'install jorgebucaran/nvm.fish'
fisher install version 4.4.3
jorgebucaran commented 3 months ago

Hmm, are you running an old version of Fish? This is unlikely to be a Fisher issue.

jorgebucaran commented 3 months ago

Maybe a dupe of https://github.com/jorgebucaran/fisher/issues/386.

alper commented 3 months ago

fisher, version 4.4.4

fish -v                                          [🕙 22 16:34] 
fish, version 3.7.1```

But now I can't reproduce it anymore.