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
| # python venv, user, host, full path and branch on two lines for easier vgrepping | |
| ZSH_THEME_VIRTUALENV_PREFIX="(%{$fg[magenta]%}" | |
| ZSH_THEME_VIRTUALENV_SUFFIX="%{$fg[blue]%})" | |
| ZSH_THEME_GIT_PROMPT_ADDED="%{$fg[cyan]%} +" | |
| ZSH_THEME_GIT_PROMPT_MODIFIED="%{$fg[yellow]%} ✱" | |
| ZSH_THEME_GIT_PROMPT_DELETED="%{$fg[red]%} ✗" | |
| ZSH_THEME_GIT_PROMPT_RENAMED="%{$fg[blue]%} ➦" | |
| ZSH_THEME_GIT_PROMPT_UNMERGED="%{$fg[magenta]%} ✂" |
OlderNewer