From 83755bd27bcbb09f943ed765b35fc9aa498dddaf Mon Sep 17 00:00:00 2001 From: philip82148 <92205270+philip82148@users.noreply.github.com> Date: Tue, 24 Oct 2023 10:38:28 +0900 Subject: [PATCH] update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e60b440..744a3eb 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,13 @@ source path/to/where_u_want_to_clone_the_repo/simplerich-zsh-theme/zsh-git-promp - If you comment out `source .../zsh-git-prompt/zshrc.sh` or you cannot use `python` command, you can use a simpler git status like the following: ![simpler-git-status.png](./readme/simpler-git-status.png) -3. If you have installed Anaconda, remove the original display of the environment name. +3. If you use venv, remove the original display of the environment name. + +```shell +echo "export VIRTUAL_ENV_DISABLE_PROMPT=1" >> ~/.zshrc +``` + +Or if you use Anaconda, run this: ```shell conda config --set changeps1 False