Dotfiles
 
 
 
 
Go to file
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
bash Split prompt into two lines 2018-09-27 14:50:21 -07:00
scripts Add script to query pwned password database 2019-01-17 14:16:46 -08:00
zsh Add virtualenv to prompt, if it exists 2019-02-25 20:55:07 -08:00
LICENSE.md Add license information 2013-02-12 16:42:08 -08:00
README.md Import from original vim-scripts repository 2013-01-11 23:08:38 -08:00
dircolors Add default tmux terminal to dircolors 2018-04-27 15:17:30 -07:00
gitcommit Add Git commit template 2018-09-05 15:01:26 -07:00
gitconfig Add Git commit template 2018-09-05 15:01:26 -07:00
install Add Zsh config files 2018-10-19 15:45:51 -07:00
screenrc Add screenrc file 2013-01-11 23:35:05 -08:00
tmux.conf Remove utf8 lines from tmux configuration 2018-10-23 22:17:35 -07:00
vimrc Move Vim files to separate repo 2014-12-24 17:15:31 -08:00
zshrc Add Zsh config files 2018-10-19 15:45:51 -07:00

README.md

dotfiles

My dotfiles

Feel free to clone and modify as necessary.