From 6e3f15b616038f5e37f00fb25ef42fa8139a2874 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Mon, 14 Oct 2019 21:36:46 +0300 Subject: [PATCH] Fix typo. --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index b6de788..332d00d 100644 --- a/.bashrc +++ b/.bashrc @@ -19,7 +19,7 @@ export PATH="$HOME/.local/bin:$PATH" export PATH="$HOME/Documents/bin:$PATH" export PYTHONSTARTUP=~/.config/pythonrc.py PIPENV_DEFAULT_PYTHON_VERSION="$(python3 --version | grep -i '3\.[0-9]*')" > /dev/null 2>&1 -export PIPENV_DEFAULT_PYTHON_VERSION= +export PIPENV_DEFAULT_PYTHON_VERSION export AWS_DEFAULT_PROFILE='shore' export ANSIBLE_VERBOSITY=2 export ANSIBLE_COMMAND_WARNINGS=True -- GitLab