Skip to content

Instantly share code, notes, and snippets.

@StoneLabs
Created May 15, 2026 04:20
Show Gist options
  • Select an option

  • Save StoneLabs/9b1902ae75528b8947794a08f32f92ef to your computer and use it in GitHub Desktop.

Select an option

Save StoneLabs/9b1902ae75528b8947794a08f32f92ef to your computer and use it in GitHub Desktop.
zsh norm theme with venv lambda
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