dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 387208cb426dcb0959ae801e71fef37d8696d9a5
parent 9e0172fa9c7ddb77cd3255f10ce778634b08f187
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Wed, 23 May 2018 16:10:06 +0200

Virtualenv added to powerline

I now use virtualenv because I got fed up with the shitty python package manager. So now I have my current virtualenv show up in the powerline.

Diffstat:
Mzshrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zshrc b/zshrc @@ -112,7 +112,7 @@ export LANG=en_US.UTF-8 # alias ohmyzsh="mate ~/.oh-my-zsh" #POWERLEVEL9K -POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(user dir vcs) +POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(user dir virtualenv vcs) POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status root_indicator background_jobs history ram time battery) # Aliases