From 0ab87c26c17171ae6162ff379a0c704fa57dff2e Mon Sep 17 00:00:00 2001 From: Vlad Korolev Date: Mon, 8 Mar 2021 01:46:42 -0800 Subject: 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 --- lib/prompt_info_functions.zsh | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') 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 } -- cgit v1.2.3-70-g09d2