Parcourir la source

[bash] Add asdf and setenv

Colin Powell il y a 3 ans
Parent
commit
ca72f543d0
1 fichiers modifiés avec 11 ajouts et 0 suppressions
  1. 11 0
      bash/.bashrc

+ 11 - 0
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
 }
 
+