mirror of
https://github.com/ohmybash/oh-my-bash.git
synced 2024-05-11 05:55:37 +00:00
11 lines
176 B
Bash
11 lines
176 B
Bash
# Aliases
|
|
# (sorted alphabetically)
|
|
#
|
|
|
|
alias t='terraform'
|
|
|
|
alias tapply='terraform apply'
|
|
alias tfmt='terraform fmt'
|
|
alias tinit='terraform init'
|
|
alias tplan='terraform plan'
|