This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # fast-prompt: zero-fork zsh prompt with git branch + worktree support | |
| # | |
| # shows: repo/subdir:branch (git) or full path (non-git) | |
| # style: dim text, block cursor prompt | |
| # | |
| # usage: source this file in .zshrc | |
| setopt PROMPT_SUBST | |
| _prompt_update() { |