From cec39359ec99ff7b53e8d87479a617f43ec71cc1 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Wed, 31 Oct 2018 13:22:46 +0100 Subject: [PATCH] Improve fish installation instructions `psub` here is entirely unnecessary. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1125493..060ccf9 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,8 @@ 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) + status --is-interactive; and pyenv init - | source + status --is-interactive; and pyenv virtualenv-init - | source ``` **Zsh note**: Modify your `~/.zshenv` file instead of `~/.bash_profile`.