From 9a69a699783f401f7802f70c2c0e2a45519491ab Mon Sep 17 00:00:00 2001 From: Federico Calore Date: Tue, 3 Dec 2019 09:50:15 +0100 Subject: [PATCH] Update README.md Suggest to disable the default prompt update for virtualenv and use metro custom one instead. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f61045..63171c8 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,10 @@ fisher add fishpkg/fish-prompt-metro ### Virtual Environment -You can add the following lines to your `fish` configuration file (`~/.config/fish/config.fish`) to cutomize Metro virtual environment: +Note that you can disable the fish prompt override by adding `set VIRTUAL_ENV_DISABLE_PROMPT disable` to your `fish` configuration file (`~/.config/fish/config.fish`). +The prompt won't be changed by the `venv/bin/activate.fish` script, so that the theme virtualenv display can be used instead. + +Alternatively, you can add the following lines to `config.fish` to customize Metro virtual environment and use the default prompt: ```fish set -g theme_display_ruby no # Disables displaying the current ruby version