mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-08-16 17:51:27 +02:00
@ -16,3 +16,8 @@ alias tfi='terraform init'
|
||||
alias tfo='terraform output'
|
||||
alias tfp='terraform plan'
|
||||
alias tfv='terraform validate'
|
||||
|
||||
if (( $+commands[terraform] )); then
|
||||
autoload -U +X bashcompinit && bashcompinit
|
||||
complete -o nospace -C terraform terraform
|
||||
fi
|
||||
|
Reference in New Issue
Block a user