You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
firebase-zsh is a configurable plugin for Zsh to display the current working project or project alias when in a Firebase project directory or subdirectory. Never push to production accidentally again!
firebase-zsh has a few customisation options to get it to fit with whatever theme you are using. These can be configured through environment variables. These options are:
FIREBASE_ZSH_TEXT
Configures the font style of the text.
Options:
bold - makes the text bold
Defaults to non-bold
FIREBASE_ZSH_ICON
Whether or not to show the 🔥 icon.
Options:
true
Defaults to false
FIREBASE_ZSH_STYLE
The format of the text itself to help match with your current zsh theme.
Options:
plain: output as my-firebase-project
round: output as (my-firebase-project)
square: output as [my-firebase-project]
prefix: output as fb:my-firebase-project
prefix-round: output as fb:(my-firebase-project)
prefix-square: output as fb:[my-firebase-project]
Defaults to round
FIREBASE_ZSH_TRAILING_SPACE
Adds a trailing space to the output.
FIREBASE_ZSH_LEADING_SPACE
Adds a leading space to the output.
Contributing
Changes are welcomed. If you have an issue, please feel free to raise it in the issues section. If you wish to make a contribution, please create a corresponding issue.