瀏覽代碼

Update README.md

corrected fish shell command
pull/1785/head
Anton Petrov 5 年之前
committed by GitHub
父節點
當前提交
f53aa3e64e
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      README.md

+ 1
- 1
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

Loading…
取消
儲存