I've pulled in some PRs from others, and will maintain it for some time, till @gcuisinier will merge them or drop the thing entirely. I'm yet to announce to him what I'm doing and why, first I want to do it. :-)
**Ubuntu note**: Modify your `~/.profile` instead of `~/.bash_profile`.
**Ubuntu note**: Modify your `~/.profile` instead of `~/.bash_profile`.
**Zsh note**: Modify your `~/.zshrc` file instead of `~/.bash_profile`.
**Zsh note**: Modify your `~/.zshrc` file instead of `~/.bash_profile`.
**Fish note**: Modify your `~/.conf/fish/config.sh' to append
**Fish note**: Modify your `~/.conf/fish/config.sh' to append
~~~
~~~
set PATH $HOME/.jenv/bin $PATH
set PATH $HOME/.jenv/bin $PATH
~~~
~~~
@ -44,7 +53,7 @@ set PATH $HOME/.jenv/bin $PATH
$ echo 'eval "$(jenv init -)"' >> ~/.bash_profile
$ echo 'eval "$(jenv init -)"' >> ~/.bash_profile
~~~
~~~
_Same as in previous step, use `~/.profile` on Ubuntu, `~/.zshrc` for Zsh._
_Same as in previous step, use `~/.profile` on Ubuntu, `~/.zshrc` for Zsh._
**Fish note**: Instead, copy `~/.jenv/fish/jenv.fish` to `~/.conf/fish/function/jenv.fish`. If you don't have the `export` function, also copy `export.fish`
**Fish note**: Instead, copy `~/.jenv/fish/jenv.fish` to `~/.conf/fish/function/jenv.fish`. If you don't have the `export` function, also copy `export.fish`