Created
August 21, 2016 21:24
-
-
Save allanburleson/c87ea7e065ae1793c85d47c6f377e92d to your computer and use it in GitHub Desktop.
My simple zsh theme (for use with oh-my-zsh)
This file contains 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
PROMPT='%n@%m : %{$fg[green]%}%~%{$fg_bold[blue]%}$(git_prompt_info)%{$reset_color%} ' | |
ZSH_THEME_GIT_PROMPT_PREFIX="(" | |
ZSH_THEME_GIT_PROMPT_SUFFIX=")" | |
ZSH_THEME_GIT_PROMPT_DIRTY=" $fg[red]:($fg[blue]" | |
ZSH_THEME_GIT_PROMPT_CLEAN=" $fg[green]:)$fg[blue]" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment