1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00

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
This commit is contained in:
Vlad Korolev
2021-03-08 01:46:42 -08:00
committed by GitHub
parent 6fbad5bf72
commit 0ab87c26c1
2 changed files with 3 additions and 2 deletions

View File

@@ -18,6 +18,7 @@ function chruby_prompt_info \
vi_mode_prompt_info \
virtualenv_prompt_info \
jenv_prompt_info \
tf_prompt_info \
{
return 1
}