Skip to content

dmakeienko/azure-subscription-prompt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure Subscription Prompt

This script displays information about the Azure current Subscription and tenant.

This script heavily inspired by zsh-kubectl-prompt

Azure Subscription Prompt

Usage

  1. Clone this repository into $HOME/.oh-my-zsh/custom/plugins.

  2. Add plugin name to .zshrc

  3. Add following lines into .zshrc

    autoload -U colors; colors
    RPROMPT='%{$fg[blue]%}($ZSH_SUBSCRIPTION_PROMPT)%{$reset_color%}'
  4. Reload terminal or update .zshrc

    source ~/.zshrc

License

This script is released under the MIT License.