Configure some environment variables
This commit is contained in:
parent
c470c2d609
commit
24ef85c2a1
@ -50,8 +50,9 @@
|
|||||||
(exec-path-from-shell-variables
|
(exec-path-from-shell-variables
|
||||||
'("PATH" "MANPATH" "INFOPATH" "LEDGER_FILE"
|
'("PATH" "MANPATH" "INFOPATH" "LEDGER_FILE"
|
||||||
"WORKON_HOME" "PIPENV_VERBOSITY" "PIPENV_DONT_LOAD_ENV"
|
"WORKON_HOME" "PIPENV_VERBOSITY" "PIPENV_DONT_LOAD_ENV"
|
||||||
"PIPENV_MAX_DEPTH" "PYENV_ROOT" "KOPS_STATE_STORE"
|
"PIPENV_MAX_DEPTH" "PIPENV_VENV_IN_FILE" "PYENV_ROOT"
|
||||||
"PLAID_CLIENT_ID" "PLAID_SECRET" "PLAID_ENVIRONMENT"))
|
"KOPS_STATE_STORE" "PLAID_CLIENT_ID" "PLAID_SECRET"
|
||||||
|
"PLAID_ENVIRONMENT"))
|
||||||
(exec-path-from-shell-check-startup-files nil)
|
(exec-path-from-shell-check-startup-files nil)
|
||||||
(exec-path-from-shell-arguments '("-l")))
|
(exec-path-from-shell-arguments '("-l")))
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
export PIPENV_MAX_DEPTH=20
|
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
|
if [ -d "/opt/homebrew/Caskroom/google-cloud-sdk" ]; then
|
||||||
source "/opt/homebrew/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/completion.zsh.inc"
|
source "/opt/homebrew/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/completion.zsh.inc"
|
||||||
|
Loading…
Reference in New Issue
Block a user