Created
May 15, 2026 04:20
-
-
Save StoneLabs/9b1902ae75528b8947794a08f32f92ef to your computer and use it in GitHub Desktop.
zsh norm theme with venv lambda
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
| PROMPT='%{$fg[yellow]%}λ %m %{$fg[green]%}%c %{$fg[yellow]%}→ $(git_prompt_info)$(hg_prompt_info)$(virtualenv_prompt_info)%{$reset_color%}' | |
| ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[yellow]%}λ %{$fg[blue]%}git %{$fg[red]%}" | |
| ZSH_THEME_GIT_PROMPT_SUFFIX="%{$fg[yellow]%} → %{$reset_color%}" | |
| ZSH_THEME_HG_PROMPT_PREFIX="{$fg[yellow]%}λ %{$fg[blue]%}hg %{$fg[red]%}" | |
| ZSH_THEME_HG_PROMPT_SUFFIX="%{$fg[yellow]%} → %{$reset_color%}" | |
| ZSH_THEME_VIRTUALENV_PREFIX="%{$fg[yellow]%}λ %{$fg[blue]%}venv %{$fg[red]%}" | |
| ZSH_THEME_VIRTUALENV_SUFFIX="%{$fg[yellow]%} → %{$reset_color%}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment