[bash] Add bashrc file

This commit is contained in:
2021-12-01 22:23:08 -05:00
parent 5266d8b0d7
commit e0d67ffc85

24
bash/.bashrc Normal file
View File

@ -0,0 +1,24 @@
[ -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
}
set-deploy-env() {
source /usr/home/powellc/src/github.com/15five/aws-cli-tooling/set-deploy-env.sh
}
set-pg-env() {
source /usr/home/powellc/src/github.com/15five/aws-cli-tooling/set-pg-env.sh
}
prod() {
okta-awscli --okta-profile poweruser --profile 15five-root-poweruser
set-sts-env 15five-root-poweruser 15five-production-poweruser
aws eks update-kubeconfig --name cloud100
}
shuttle() {
sshuttle -r bastion.cloud100.15five.com 10.100.0.0/16
}