diff options
author | Julien Rottenberg <julien@rottenberg.info> | 2023-02-07 03:33:59 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-07 12:33:59 +0100 |
commit | 379fe0fe131cff7a480f7975b32b0ea6fc7c2370 (patch) | |
tree | 4a7aeea5ee07d340ae18828df805ece676d19380 /lib | |
parent | 3fd63fdf01344bb5f5f13a9c33eb0b7a72fe4771 (diff) | |
download | zsh-379fe0fe131cff7a480f7975b32b0ea6fc7c2370.tar.gz zsh-379fe0fe131cff7a480f7975b32b0ea6fc7c2370.tar.bz2 zsh-379fe0fe131cff7a480f7975b32b0ea6fc7c2370.zip |
feat(azure): add `azure` plugin (#8848)
Co-authored-by: hagridaaron <hagridaaron@gmail.com>
Co-authored-by: Terry <tmoschou@gmail.com>
Closes #8847
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 e5535848b..3dc9b6d10 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 \ + azure_prompt_info \ tf_prompt_info \ { return 1 |