Skip to content

Instantly share code, notes, and snippets.

View pigeonhands's full-sized avatar
👻

Sam pigeonhands

👻
  • Sharesies
  • New Zealand
  • 14:36 (UTC +12:00)
View GitHub Profile
@pigeonhands
pigeonhands / smc.zsh-theme
Last active May 24, 2023 03:14
ZSH theme
# 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]%} ✂"