mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
parent
0e399d47b9
commit
659dbb5368
2 changed files with 35 additions and 16 deletions
|
|
@ -9,3 +9,9 @@ function tf_prompt_info() {
|
|||
}
|
||||
|
||||
alias tf='terraform'
|
||||
alias tfa='terraform apply'
|
||||
alias tfd='terraform destroy'
|
||||
alias tff='terraform fmt'
|
||||
alias tfi='terraform init'
|
||||
alias tfp='terraform plan'
|
||||
alias tfv='terraform validate'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue