Fisher: issue with grc install

Created on 4 May 2016  路  5Comments  路  Source: jorgebucaran/fisher

hello i have already installed grc but when i do fisher up it said "You need to install grc!" .do you have faced to this issue?

Most helpful comment

@elwan @domoritz I rewrote the plugin removing the startup time penalty and adding a proper uninstall script. Please upgrade to fisherman/grc :)

fisher rm grc            # uninstall current grc you may have installed
rm -rf $fisher_cache/grc # remove old oh-my-fish/grc
fisher grc               # install new fisherman/grc

All 5 comments

can you show this output in terminal as follow:

grc --version

:beers:

@elwan I don't use grc, but @domoritz could help you with it.

In short, the omf/grc plugin is just a fish-wrapper for grc, so you need to download the actual grc:

Everything worked just out of the box for me. I installed grc, made sure it's in the path (run grc --version) and then installed the omf/grc plugin.

@elwan I see what the problem is.

https://github.com/fisherman/fisherman#1-what-is-the-required-fish-version

Solution

1. Upgrade to fish 2.3.0 or the latest fish, e.g. brew up; and brew upgrade --HEAD fish.

2. If you can't upgrade to the latest fish at the moment, append to your ~/.config/fish/config.fish.

for file in ~/.config/fish/conf.d/*.fish
    source $file
end

@elwan @domoritz I rewrote the plugin removing the startup time penalty and adding a proper uninstall script. Please upgrade to fisherman/grc :)

fisher rm grc            # uninstall current grc you may have installed
rm -rf $fisher_cache/grc # remove old oh-my-fish/grc
fisher grc               # install new fisherman/grc
Was this page helpful?
0 / 5 - 0 ratings