**Ubuntu note**: Modify your `~/.profile` instead of `~/.bash_profile`.
**Zsh note**: Modify your `~/.zshrc` file instead of `~/.bash_profile`.
**Fish note**: Modify your `~/.conf/fish/config.sh' to append
~~~
set PATH $HOME/.jenv/bin $PATH
~~~
~~~
set PATH $HOME/.jenv/bin $PATH
~~~
3. Add `jenv init` to your shell to enable shims and autocompletion.
~~~ sh
$ echo 'eval "$(jenv init -)"' >> ~/.bash_profile
~~~
~~~ sh
$ 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`