mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
contrib section. https://github.com/git/git/blob/master/contrib/completion/git-prompt.sh Basically, it keeps track of what changes are made in the current git repo (if available) and returns some symbols to put in your prompt (e.g. % if there are untracked files). * In the original version, flags (e.g. SHOWDIRTYSTATE) must be enabled to return symbols described above. Changed to enable these features by default (removed ifs) * Returned symbols can be customized using OMZ default variables (e.g. ZSH_THEME_GIT_PROMPT_STASHED) defined in your theme. Modified original version to support customization |
||
|---|---|---|
| .. | ||
| bzr.zsh | ||
| completion.zsh | ||
| correction.zsh | ||
| directories.zsh | ||
| functions.zsh | ||
| git.zsh | ||
| grep.zsh | ||
| history.zsh | ||
| key-bindings.zsh | ||
| misc.zsh | ||
| nvm.zsh | ||
| prompt_info_functions.zsh | ||
| spectrum.zsh | ||
| termsupport.zsh | ||
| theme-and-appearance.zsh | ||