From cde8acc73eaa44b5747db5bd9333ac5ea1bf98ba Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 6 Oct 2023 21:15:09 +0300 Subject: [PATCH] rm tfenv. --- .bashrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.bashrc b/.bashrc index 9f3536d..900ad6b 100644 --- a/.bashrc +++ b/.bashrc @@ -70,7 +70,6 @@ export PS1='\u@\h:\w\$ ' export PYTHONSTARTUP=~/.config/pythonrc.py export PYTHON_GITLAB_CFG=~/.config/python-gitlab.cfg export REDISCLI_HISTFILE="$HOME/Documents/.rediscli_history" -export TFENV_AUTO_INSTALL=false export TF_DEBUG=1 export VAGRANT_DEFAULT_PROVIDER="virtualbox" # shellcheck disable=SC1090,SC1091 -- GitLab