Skip to content

Instantly share code, notes, and snippets.

@antife-yinyue
Created August 12, 2014 10:35
Show Gist options
  • Save antife-yinyue/3dbdc203066f31764c66 to your computer and use it in GitHub Desktop.
Save antife-yinyue/3dbdc203066f31764c66 to your computer and use it in GitHub Desktop.
# Symbols:
# ☀ ✹ ☄ ♆ ♀ ♁ ♐ ♇ ♈ ♉ ♚ ♛ ♜ ♝ ♞ ♟ ♠ ♣ ⚢ ⚲ ⚳ ⚴ ⚥ ⚤ ⚦ ⚒ ⚑ ⚐ ♺ ♻ ♼ ☰ ☱ ☲ ☳ ☴ ☵ ☶ ☷
# ✡ ✔ ✖ ✚ ✱ ✤ ✦ ❤ ➜ ➟ ➼ ✂ ✎ ✐ ⨀ ⨁ ⨂ ⨍ ⨎ ⨏ ⨷ ⩚ ⩛ ⩡ ⩱ ⩲ ⩵ ⩶ ⨠
# ⬅ ⬆ ⬇ ⬈ ⬉ ⬊ ⬋ ⬒ ⬓ ⬔ ⬕ ⬖ ⬗ ⬘ ⬙ ⬟ ⬤ 〒 ǀ ǁ ǂ ĭ Ť Ŧ     
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[cyan]%}git:(%{$fg[magenta]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX=""
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[cyan]%}) %{$fg[yellow]%}✗"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[cyan]%})"
ZSH_THEME_NVM_PROMPT_PREFIX="%{$fg[cyan]%}node:(%{$fg[magenta]%}"
ZSH_THEME_NVM_PROMPT_SUFFIX="%{$fg[cyan]%})"
PROMPT='
%{$fg_bold[green]%}⬊ %~ %{$reset_color%} $(nvm_prompt_info) $(git_prompt_info)
%{$fg[red]%}❤︎%{$reset_color%} '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment