Created
March 12, 2012 19:04
-
-
Save adamesque/2024005 to your computer and use it in GitHub Desktop.
My totally awesome oh-my-zsh theme.
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
local user_host='%{$fg[green]%}%n@%m%{$reset_color%}' | |
local current_dir='%{$fg[yellow]%} %~%{$reset_color%}' | |
local git_branch='$(git_prompt_info)%{$reset_color%}' | |
PROMPT=" | |
${user_host}${current_dir} ${git_branch} | |
⑆ " | |
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[yellow]%}(" | |
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" | |
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_bold[yellow]%}) %{$fg[red]%}✗%{$reset_color%}" | |
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg_bold[yellow]%})" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here's what it looks like. You should probably also use Solarized as your Terminal theme.