1
0

add some stuff

This commit is contained in:
2025-02-18 20:50:08 +01:00
parent e7fcc5a5e3
commit 4b33fbac0b
5 changed files with 93 additions and 12 deletions

View File

@@ -13,18 +13,18 @@ alias egrep='egrep --color=auto'
alias d='dirs -v'
for index ({1..9}) alias "c$index"="cd +${index}"; unset index
# alias tf="aws-vault exec feedzai-main -d 8h -- terraform"
# alias tfi="aws-vault exec feedzai-main -d 8h -- terraform init"
# alias tfp="aws-vault exec feedzai-main -d 8h -- terraform plan -lock=false"
# alias tfa="aws-vault exec feedzai-main -d 8h -- terraform apply"
# alias tfu="aws-vault exec feedzai-main -d 8h -- terraform get -update"
#
# alias tg="aws-vault exec feedzai-main -d 8h -- terragrunt"
# alias tgi="aws-vault exec feedzai-main -d 8h -- terragrunt init"
# alias tgp="aws-vault exec feedzai-main -d 8h -- terragrunt plan -lock=false"
# alias tga="aws-vault exec feedzai-main -d 8h -- terragrunt apply"
# alias tgu="aws-vault exec feedzai-main -d 8h -- terragrunt get -update"
# alias tgg="aws-vault exec feedzai-main -d 8h -- terragrunt graph-dependencies"
alias tf="aws-vault exec feedzai-main -d 8h -- terraform"
alias tfi="aws-vault exec feedzai-main -d 8h -- terraform init"
alias tfp="aws-vault exec feedzai-main -d 8h -- terraform plan -lock=false"
alias tfa="aws-vault exec feedzai-main -d 8h -- terraform apply"
alias tfu="aws-vault exec feedzai-main -d 8h -- terraform get -update"
alias tg="aws-vault exec feedzai-main -d 8h -- terragrunt"
alias tgi="aws-vault exec feedzai-main -d 8h -- terragrunt init"
alias tgp="aws-vault exec feedzai-main -d 8h -- terragrunt plan -lock=false"
alias tga="aws-vault exec feedzai-main -d 8h -- terragrunt apply"
alias tgu="aws-vault exec feedzai-main -d 8h -- terragrunt get -update"
alias tgg="aws-vault exec feedzai-main -d 8h -- terragrunt graph-dependencies"
alias idot='dot -Tsvg -Goverlap=scale -Grankdir=RL -Gbgcolor="#282a36" -Ncolor="#f8f8f2" -Ecolor="#f8f8f2" -Nfontcolor="#f8f8f2" -Gfontname="PragmataPro Mono Liga Regular" -Gfontsize=13 -Nfontname="PragmataPro" -Nfontsize=13 -Nshape=box -Earrowhead=normal'