Skip to content

Instantly share code, notes, and snippets.

@icyleaf
Last active September 26, 2015 01:18
Show Gist options
  • Save icyleaf/1016181 to your computer and use it in GitHub Desktop.
Save icyleaf/1016181 to your computer and use it in GitHub Desktop.
icyleaf.zsh-theme
PROMPT=$'$(virtualenv_prompt_info)%{$fg_bold[green]%}%n@%m %{$fg[blue]%}[%~]%{$reset_color%} $(git_prompt_info)\
%{$fg[blue]%}%B$%b%{$fg_bold[white]%}%{$fg[white]%} '
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[green]%}["
ZSH_THEME_GIT_PROMPT_SUFFIX="]%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}*%{$fg[green]%}"
ZSH_THEME_GIT_PROMPT_CLEAN=""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment