Last active
August 29, 2015 14:26
-
-
Save Olical/4775599ee271128b939b to your computer and use it in GitHub Desktop.
My minimal zsh theme - http://oli.me.uk/2015/08/03/my-new-prompt-oh-my-zsh/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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