From c956bcd6a681f2844d82b6c5e9ef9204431545df Mon Sep 17 00:00:00 2001 From: philip82148 <92205270+philip82148@users.noreply.github.com> Date: Sun, 24 Sep 2023 18:08:39 +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 9fa070f..530ca48 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,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) -1. Load ~/.zshrc. +3. If you have installed Anaconda, remove the original display of the environment name. + +```shell +conda config --set changeps1 False +``` + +4. Load ~/.zshrc. ```shell source ~/.zshrc