Add comment for removing env name with conda

This commit is contained in:
Loïc Gremaud 2020-08-18 18:57:41 +02:00
parent 0dd3a02d88
commit d51f3b1bde
No known key found for this signature in database
GPG Key ID: CACB2A128E557EFD

View File

@ -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)