1
0

fix alias and copy-mode

This commit is contained in:
2025-04-03 19:20:29 +02:00
parent 3993cd733e
commit d372b7c89b
4 changed files with 28 additions and 20 deletions

View File

@@ -101,10 +101,10 @@ alias tfp="tf plan -lock=false"
alias tfa="tf apply"
alias tfu="tf get -update"
alias tg="_terra_cmd terragrunt"
alias tgi="tg grunt init"
alias tgp="tg grunt plan -lock=false"
alias tga="tg grunt apply"
alias tgu="tg grunt get -update"
alias tgi="tg init"
alias tgp="tg plan -lock=false"
alias tga="tg apply"
alias tgu="tg get -update"
alias curltime="curl -w \"@$HOME/.curl-format.txt\" -o /dev/null -s "