|
@@ -189,8 +189,9 @@ export LESS="-R"
|
|
|
|
|
|
eval $(thefuck --alias)
|
|
eval $(thefuck --alias)
|
|
|
|
|
|
-export ANSIBLE_INVENTORY=~/ansible/ansible_hosts
|
|
|
|
-export ANSIBLE_HOST_KEY_CHECKING=False
|
|
|
|
|
|
+# These are legacy
|
|
|
|
+#export ANSIBLE_INVENTORY=~/ansible/ansible_hosts
|
|
|
|
+#export ANSIBLE_HOST_KEY_CHECKING=False
|
|
|
|
|
|
# Make sure vundle is installed
|
|
# Make sure vundle is installed
|
|
[ -f ~/.vim/bundle/Vundle.vim/autoload/vundle.vim ] || git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
|
|
[ -f ~/.vim/bundle/Vundle.vim/autoload/vundle.vim ] || git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
|