mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-29 04:53:17 +02:00
Add new terraform completions
This commit is contained in:
parent
0b5468511e
commit
6dd72c70ff
1 changed files with 5 additions and 0 deletions
|
|
@ -5,3 +5,8 @@ function tf_prompt_info() {
|
|||
echo "[${workspace}]"
|
||||
fi
|
||||
}
|
||||
|
||||
if [ $commands[terraform] ]; then
|
||||
autoload -U +X bashcompinit && bashcompinit
|
||||
complete -o nospace -C terraform terraform
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue