plenv

Use plenv with fish shell

Installation % git clone git://github.com/tokuhirom/plenv.git ~/.plenv Add configuration Add following configuration to your configuration file(ex ~/.config/fish/config.fish) set -gx PATH ~/.plenv/bin $PATH . (plenv init - | psub) Relaunch…