From 84e382132b055d4ed80c272de5c37ece32861274 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Sat, 19 Aug 2017 23:03:52 -0500 Subject: [PATCH] Remove unused configuration items in .bash_profile. --- .bash_profile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.bash_profile b/.bash_profile index e7a83ea..c3c3150 100644 --- a/.bash_profile +++ b/.bash_profile @@ -95,11 +95,8 @@ if [ -f /usr/local/bin/rbenv ]; then eval "$(rbenv init -)" fi -# Vagrant configuration. -# export VAGRANT_DEFAULT_PROVIDER='virtualbox' - -# Disable cowsay in Ansible. -export ANSIBLE_NOCOWS=1 +# Python settings. +export PYTHONPATH="/usr/local/lib/python2.7/site-packages" # Super useful Docker container oneshots. # Usage: dockrun, or dockrun [centos7|fedora24|debian8|ubuntu1404|etc.]