From d51f3b1bde11902d48c3607c6181ab5e317342b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Gremaud?= Date: Tue, 18 Aug 2020 18:57:41 +0200 Subject: [PATCH] Add comment for removing env name with conda --- zsh/generic.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsh/generic.sh b/zsh/generic.sh index 10c8cf2..d9512da 100644 --- a/zsh/generic.sh +++ b/zsh/generic.sh @@ -27,6 +27,9 @@ export AUTOENV_ENV_FILENAME='.autoenv.zsh' export AUTOENV_ENV_LEAVE_FILENAME='.autoenv_leave.zsh' export AUTOENV_ENABLE_LEAVE='yes' +# To remove the conda env on ps1, run: +# conda config --set changeps1 False + [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh eval $(thefuck --alias)