Merge pull request #280 from bradleyhurley/master

Updating ReadMe to include information for Fish
This commit is contained in:
Yamashita, Yuu 2018-08-22 09:07:37 +09:00 committed by GitHub
commit 32718e80b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,6 +43,7 @@ From inside that directory you can:
**Fish shell note**: Add this to your `~/.config/fish/config.fish`
```sh
status --is-interactive; and source (pyenv init -|psub)
status --is-interactive; and source (pyenv virtualenv-init -|psub)
```