Releases: bulletinmybeard/custom-zsh-prompt
Releases · bulletinmybeard/custom-zsh-prompt
Customization Unleashed: Git Colors, Prompt Reliability, and Environment Control
Added
- New
custom_prompt_vars
helper function to manage custom prompt environment variables:- status: Display current status of all supported environment variables
- Introduced
reload_zsh
helper function to easily reload the Zsh session
Changed
- Completely refactored
custom_prompt()
function for improved reliability and performance - Enhanced customization options for Git-related colors in the prompt:
- Added
ZSH_CUSTOM_PROMPT_GIT_BRACKET_COLOR
for Git status brackets - Added
ZSH_CUSTOM_PROMPT_GIT_BRANCH_COLOR
for branch names
- Added
- Updated
README
with comprehensive documentation on new features and customization options - Overall prompt responsiveness and consistency across different environments
v1.3.0: Another Zsh-Hook added
A second zsh-hook
was added to automatically run the custom_prompt
function when changing directories and before executing each command.
v1.2.2: Custom Prompt Enhancements and Simplifications
Release Notes for Version 1.2.2
Added
- A new
custom-prompt.zshrc
file has been created, merging the two functions fromfull-path.zshrc
andshortened-path.zshrc
. - Customization support is available through environment variables.
Removed
full-path.zshrc
andshortened-path.zshrc
in favour ofcustom-prompt.zshrc
.