[fish] Clean up
This commit is contained in:
14
bash/.bashrc
14
bash/.bashrc
@ -23,3 +23,17 @@ prod() {
|
||||
shuttle() {
|
||||
sshuttle -r bastion.cloud100.15five.com 10.100.0.0/16
|
||||
}
|
||||
|
||||
### 15Five Functions
|
||||
set-sts-env() {
|
||||
source /home/powellc/src/github.com/15five/aws-cli-tooling/set-sts-env.sh
|
||||
}
|
||||
|
||||
set-deploy-env() {
|
||||
source /home/powellc/src/github.com/15five/aws-cli-tooling/set-deploy-env.sh
|
||||
}
|
||||
|
||||
set-pg-env() {
|
||||
source /home/powellc/src/github.com/15five/aws-cli-tooling/set-pg-env.sh
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user