caiogondim / bullet-train.zsh

:bullettrain_side: An oh-my-zsh shell theme based on the Powerline Vim plugin
MIT License
2.82k stars 382 forks source link

Doesn't display conda virtual env name #306

Closed MagicalBomb closed 4 years ago

MagicalBomb commented 5 years ago

there was no snake and conda virtual environment name in my zsh prompt when I activated a python virtual environment, I don't know why. may I make some mistakes or just a bug ?

image image
Angryrou commented 4 years ago

They have not provided conda env, you can add this feature by mimicing how virtualenv works. E.g., I did like this.

Also make sure you add conda config --set changeps1 False in your .bashrc or .zshrc file

MagicalBomb commented 4 years ago

They have not provided conda env, you can add this feature by mimicing how virtualenv works. E.g., I did like this.

Also make sure you add conda config --set changeps1 False in your .bashrc or .zshrc file

Sorry to reply now, I'm so grateful