Browse Source
Update README.md
corrected fish shell command
pull/1785/head
Anton Petrov
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
README.md
|
|
|
@ -250,7 +250,7 @@ easy to fork and contribute any changes back upstream. |
|
|
|
|
|
|
|
- For **Fish shell**: |
|
|
|
~~~ fish |
|
|
|
echo -e 'if command -v pyenv 1>/dev/null 2>&1; then\n eval "$pyenv init - | source"\nfi' >> ~/.bash_profile |
|
|
|
echo -e '\n\n# pyenv init\nif command -v pyenv 1>/dev/null 2>&1\n pyenv init - | source\nend' >> ~/.config/fish/config.fish |
|
|
|
~~~ |
|
|
|
|
|
|
|
**General warning**: There are some systems where the `BASH_ENV` variable is configured |
|
|
|
|