Add plaid-cli env variables

This commit is contained in:
Jeremy Dormitzer 2021-01-15 15:57:56 -05:00
parent 56c2240a6b
commit 668ed2f169
2 changed files with 7 additions and 1 deletions

View File

@ -67,3 +67,8 @@ else
} }
export PS1="\[\e[32m\]\w \[\e[91m\]\$(parse_git_branch)\[\e[00m\]$ " export PS1="\[\e[32m\]\w \[\e[91m\]\$(parse_git_branch)\[\e[00m\]$ "
fi fi
# plaid-cli
PLAID_CLIENT_ID="$(pass plaid-cli-client-id)"
PLAID_SECRET="$(pass plaid-cli-development-secret)"
PLAID_ENVIRONMENT=development

View File

@ -1441,7 +1441,8 @@ I don't want anything to write to my init.el, so save customizations in a separa
(setq exec-path-from-shell-variables '("PATH" "MANPATH" "LEDGER_FILE" "LOLA_HOME" (setq exec-path-from-shell-variables '("PATH" "MANPATH" "LEDGER_FILE" "LOLA_HOME"
"MODELS_HOME" "LOLA_TRAVEL_SERVICE_HOME" "WORKON_HOME" "MODELS_HOME" "LOLA_TRAVEL_SERVICE_HOME" "WORKON_HOME"
"PIPENV_VERBOSITY" "PIPENV_DONT_LOAD_ENV" "PIPENV_VERBOSITY" "PIPENV_DONT_LOAD_ENV"
"PIPENV_MAX_DEPTH" "PYENV_ROOT" "KOPS_STATE_STORE") "PIPENV_MAX_DEPTH" "PYENV_ROOT" "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-initialize)) (exec-path-from-shell-initialize))
#+END_SRC #+END_SRC