Configure some environment variables

This commit is contained in:
jdormit 2024-02-11 00:12:22 -05:00
parent c470c2d609
commit 24ef85c2a1
2 changed files with 4 additions and 3 deletions

View File

@ -50,8 +50,9 @@
(exec-path-from-shell-variables
'("PATH" "MANPATH" "INFOPATH" "LEDGER_FILE"
"WORKON_HOME" "PIPENV_VERBOSITY" "PIPENV_DONT_LOAD_ENV"
"PIPENV_MAX_DEPTH" "PYENV_ROOT" "KOPS_STATE_STORE"
"PLAID_CLIENT_ID" "PLAID_SECRET" "PLAID_ENVIRONMENT"))
"PIPENV_MAX_DEPTH" "PIPENV_VENV_IN_FILE" "PYENV_ROOT"
"KOPS_STATE_STORE" "PLAID_CLIENT_ID" "PLAID_SECRET"
"PLAID_ENVIRONMENT"))
(exec-path-from-shell-check-startup-files nil)
(exec-path-from-shell-arguments '("-l")))

View File

@ -27,7 +27,7 @@ then
fi
export PIPENV_MAX_DEPTH=20
export PIPENV_VENV_IN_PROJECT=yes
export PIPENV_VENV_IN_PROJECT=1
if [ -d "/opt/homebrew/Caskroom/google-cloud-sdk" ]; then
source "/opt/homebrew/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/completion.zsh.inc"