diff --git a/bash/.bashrc b/bash/.bashrc index 90ac75d..95110cd 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -1,6 +1,10 @@ +. $HOME/.asdf/asdf.sh +. $HOME/.asdf/completions/asdf.bash + [ -f ~/.fzf.bash ] && source ~/.fzf.bash ### 15Five Functions + set-sts-env() { source /usr/home/powellc/src/github.com/15five/aws-cli-tooling/set-sts-env.sh } @@ -13,6 +17,12 @@ set-pg-env() { source /usr/home/powellc/src/github.com/15five/aws-cli-tooling/set-pg-env.sh } +set-env() { + set -a;eval `chamber export cloud100/fifteen5/base -f dotenv`;set +a + set -a;eval `chamber export cloud100/fifteen5/deploy -f dotenv`;set +a + set -a;eval `chamber export cloud100/engagement -f dotenv`;set +a +} + prod() { okta-awscli --okta-profile poweruser --profile 15five-root-poweruser set-sts-env 15five-root-poweruser 15five-production-poweruser @@ -37,3 +47,4 @@ set-pg-env() { source /home/powellc/src/github.com/15five/aws-cli-tooling/set-pg-env.sh } +