From 8945e3079463a689c247f90d7646411b9bd556e3 Mon Sep 17 00:00:00 2001 From: Federico Calore Date: Thu, 5 Dec 2019 08:29:08 +0100 Subject: [PATCH] Change "Note that.." to "You can..." --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63171c8..ca63f72 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ fisher add fishpkg/fish-prompt-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`). +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: