Skip to content

Instantly share code, notes, and snippets.

@Olical
Last active August 29, 2015 14:26
Show Gist options
  • Select an option

  • Save Olical/4775599ee271128b939b to your computer and use it in GitHub Desktop.

Select an option

Save Olical/4775599ee271128b939b to your computer and use it in GitHub Desktop.
ZSH_THEME_GIT_PROMPT_DIRTY='%Uλ%u'
ZSH_THEME_GIT_PROMPT_CLEAN='λ'
local lambda='%(?,%{$fg[green]%},%{$fg[red]%})$(parse_git_dirty)%{$reset_color%} '
PROMPT="$lambda"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment