mirror of
https://gitee.com/mirrors/ohmyzsh.git
synced 2026-08-06 12:14:26 +08:00
@@ -16,8 +16,3 @@ 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