blob: 265077343800566c0793a6f77ac06cc7e9717f62 (
plain) (
blame)
1
2
3
4
5
|
# source_up traversing up directories until it finds the nearest .envrc file,
# which it uses to extend the environment in this .envrc.
source_up
export client_id="$(pass show finance/monzo/client-id)"
export client_secret="$(pass show finance/monzo/client-secret)"
|