Fish shell proper initialization

Fish shell initialization command for config file was not correct. I have added the proper syntax
This commit is contained in:
Zoran Hristov 2022-06-02 11:27:35 +02:00 committed by GitHub
parent c6ff093344
commit d29d586e78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,6 +43,9 @@ From inside that directory you can:
**Fish shell note**: Add this to your `~/.config/fish/config.fish`
```sh
if which pyenv-virtualenv-init > /dev/null
eval "$(pyenv virtualenv-init -)"
end
status --is-interactive; and pyenv virtualenv-init - | source
```