1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 15:30:09 +00:00
Commit graph

9 commits

Author SHA1 Message Date
Marcos Alano fcbfdf42de feat(terraform): load completion from bash
Closes #11328
Closes #11330
2022-11-10 18:38:16 +01:00
Leon f0b5cb1330
feat(terraform): add alias tfo for terraform output (#10667) 2022-03-18 13:09:05 +01:00
mehdicopter 659dbb5368
feat(terraform): add more aliases (#9989)
Closes #9989
2021-12-29 16:16:20 +01:00
Karn Saheb 0e399d47b9
feat(terraform): add PREFIX and SUFFIX settings to tf_prompt_info (#8605)
Closes #8605
2021-12-29 16:09:21 +01:00
Vlad Korolev 0ab87c26c1
fix(terraform): use faster method to get workspace (#9709)
Also add tf_prompt_info to the list of prompt functions so theme writers are aware of it
2021-03-08 10:46:42 +01:00
Andrew Babichev a8828aad87
terraform: add tf Alias (#8206) 2020-09-30 10:50:33 +02:00
Tristan Escalada 9e14387408 terraform: disable terraform prompt in $HOME (#7227)
In the home directory there is a .terraform folder for modules but it is most likely not
an actual directory of terraform scripts. Therefore, this patch disables checking for workspace in the home directory.
2018-10-05 20:56:56 +02:00
Michael Nikitochkin 510d90749f Fix the terraform function name (#6418)
* Fix the terraform function name

Current function name do worse. I always use `terr<TAB>` and before those prompt it was add space in the end. Now because we have multiple functions and binaries started with terraform there are no space.

* Updated terraform readme

Updated the name of new function name
2017-11-14 06:36:22 -08:00
Maciej Lasyk d12c2ea4e8 Plugins: Terraform (#6373)
Expanded Terraform plugin with function that can be used to show workspace name in the zsh prompt
2017-11-07 07:45:25 -08:00