mirror of
https://github.com/ChesterYue/ohmyzsh-theme-passion.git
synced 2026-07-25 14:01:03 +00:00
update README.md
This commit is contained in:
parent
a1bd4d0c69
commit
83755bd27b
1 changed files with 7 additions and 1 deletions
|
|
@ -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:
|
- 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:
|
||||||

|

|
||||||
|
|
||||||
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
|
```shell
|
||||||
conda config --set changeps1 False
|
conda config --set changeps1 False
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue