diff options
author | Vlad Korolev <vlad@v-lad.org> | 2021-03-08 01:46:42 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-08 10:46:42 +0100 |
commit | 0ab87c26c17171ae6162ff379a0c704fa57dff2e (patch) | |
tree | e33fd4e697e8a27813c565faa91f9b4fd1277015 /lib | |
parent | 6fbad5bf72fad4ecf30ba4d4ffee62bac582f0ed (diff) | |
download | zsh-0ab87c26c17171ae6162ff379a0c704fa57dff2e.tar.gz zsh-0ab87c26c17171ae6162ff379a0c704fa57dff2e.tar.bz2 zsh-0ab87c26c17171ae6162ff379a0c704fa57dff2e.zip |
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
Diffstat (limited to 'lib')
-rw-r--r-- | lib/prompt_info_functions.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/prompt_info_functions.zsh b/lib/prompt_info_functions.zsh index 5069c4b21..48f033da6 100644 --- a/lib/prompt_info_functions.zsh +++ b/lib/prompt_info_functions.zsh @@ -18,6 +18,7 @@ function chruby_prompt_info \ vi_mode_prompt_info \ virtualenv_prompt_info \ jenv_prompt_info \ + tf_prompt_info \ { return 1 } |