Azure Subscription Prompt
September 26, 2021 ยท View on GitHub
This script displays information about the Azure current Subscription and tenant.
This script heavily inspired by zsh-kubectl-prompt

Usage
-
Clone this repository into
$HOME/.oh-my-zsh/custom/plugins. -
Add plugin name to
.zshrc -
Add following lines into
.zshrcautoload -U colors; colors RPROMPT='%{$fg[blue]%}($ZSH_SUBSCRIPTION_PROMPT)%{$reset_color%}' -
Reload terminal or update
.zshrcsource ~/.zshrc
License
This script is released under the MIT License.