@@ -150,3 +150,8 @@ export ANSIBLE_INVENTORY=~/ansible/ansible_hosts
export ANSIBLE_HOST_KEY_CHECKING=False
[[ $(type -P fortune) ]] && [[ $(type -P cowsay) ]] && [[ $(type -P lolcat) ]] && fortune | cowsay | lolcat
+
+# Python venv?
+if which pyenv-virtualenv-init > /dev/null; then eval "$(pyenv virtualenv-init -)"; fi
+alias python='python3'
@@ -48,3 +48,6 @@ filetype plugin indent on " required
" see :h vundle for more details or wiki for FAQ
" Put your non-Plugin stuff after this line
+set tabstop=2
+set shiftwidth=2
+set expandtab