dotfiles/zsh
nirenjan b712bc45dd Add virtualenv to prompt, if it exists
With my starting to get deeper into Python development, I noticed an
issue with the virtualenv, where the current virtualenv was not set on
activation. I traced this to the fact that PS1 is always reset in the
prompt_header function, therefore, I need to add the virtual environment
details into prompt_header

This change checks if the virtual environment is set, if so, it adds the
current virtual environment to the prompt in magenta color.
2019-02-25 20:55:07 -08:00
..
aliases.zsh Move alias for ls into lscolors.zsh 2018-10-23 22:21:19 -07:00
completion.zsh Add Zsh config files 2018-10-19 15:45:51 -07:00
editing.zsh Add Zsh config files 2018-10-19 15:45:51 -07:00
gpg.zsh Add Zsh config files 2018-10-19 15:45:51 -07:00
history.zsh Add Zsh config files 2018-10-19 15:45:51 -07:00
lscolors.zsh Always (re)set LS_COLORS 2018-11-12 21:16:57 -08:00
prompt.zsh Add virtualenv to prompt, if it exists 2019-02-25 20:55:07 -08:00