Add plaid-cli env variables
This commit is contained in:
parent
56c2240a6b
commit
668ed2f169
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user