Create robbylambda.zsh-theme

add robbylambda theme
This commit is contained in:
Carlos Rivero Aro 2017-04-20 14:40:46 +02:00 committed by GitHub
commit 078784bb71

View file

@ -0,0 +1,8 @@
# ZSH Theme - Preview: http://imgur.com/a/z9nGP
PROMPT='%{$fg_bold[yellow]%}λ %{$fg[cyan]%}%~%{$reset_color%} $(git_prompt_info)'
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}git:(%{$fg[red]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}✗"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})"