Skip to content

Instantly share code, notes, and snippets.

@kristoferjoseph
Created October 24, 2012 16:46
Show Gist options
  • Save kristoferjoseph/3947259 to your computer and use it in GitHub Desktop.
Save kristoferjoseph/3947259 to your computer and use it in GitHub Desktop.
dam theme for zsh
local last_command_status="%(?,%{$fg[green]%}✔%{$reset_color%},%{$fg[red]%}✘%{$reset_color%})"
PROMPT='%{$fg_bold[grey]%}%~ %(1j.%j.)
${last_command_status} %{$reset_color%}'
RPROMPT='$(git_prompt_info)'
ZSH_THEME_GIT_PROMPT_PREFIX=""
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[cyan]%}✗%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_CLEAN=""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment