From 52d0856628ef12c2808737b6704c756bde3fb784 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Tue, 5 May 2020 16:53:06 -0400 Subject: [PATCH] Set PIPENV_MAX_DEPTH to something reasonable --- bash/.bashrc | 1 + emacs/init.org | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bash/.bashrc b/bash/.bashrc index c708c0e..b4b983a 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -40,3 +40,4 @@ export NVM_DIR="$HOME/.nvm" export PIPENV_VERBOSITY=-1 export PIPENV_DONT_LOAD_ENV=1 +export PIPENV_MAX_DEPTH=20 diff --git a/emacs/init.org b/emacs/init.org index 97959f7..42f9a50 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -143,7 +143,8 @@ I don't want anything to write to my init.el, so save customizations in a separa :config (setq exec-path-from-shell-variables '("PATH" "MANPATH" "LEDGER_FILE" "LOLA_HOME" "MODELS_HOME" "LOLA_TRAVEL_SERVICE_HOME" "WORKON_HOME" - "PIPENV_VERBOSITY" "PIPENV_DONT_LOAD_ENV") + "PIPENV_VERBOSITY" "PIPENV_DONT_LOAD_ENV" + "PIPENV_MAX_DEPTH") exec-path-from-shell-check-startup-files nil) (exec-path-from-shell-initialize)) #+END_SRC