jorgebucaran / fisher

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

Can't install plugin #116

Closed tikolakin closed 8 years ago

tikolakin commented 8 years ago
 ✘  /v/w/d/htdocs  ➦ 2ef15ca   fisher install shark
read: Unknown option “alias”
/home/tiko/.local/share/fisherman/functions/fisher.fish (line 2): while read -la alias
                                                                  ^
in function “fisher”,
    called on standard input,
    with parameter list “install shark”

       read - read - read line of input into variables

read - read line of input into variables
   Synopsis
       read [OPTIONS] [VARIABLES...]

read: Type “help read” for related documentation

1 plugin/s skipped (shark)
No plugins were installed.
 ✘  /v/w/d/htdocs  ➦ 2ef15ca   fisher -v
fisher version 0.8.0
ghost commented 8 years ago

@tikolakin Please upgrade to fish 2.2.0.

I hope to release a patch to fail more gracefully with older fish with Fisherman 0.9.0, but for the time being, just update your fish and hopefully all the problems will go away.

tikolakin commented 8 years ago

Many thanks, I've upgraded it. Work fine now)

ghost commented 8 years ago

:+1: Awesome.