Created
March 4, 2015 19:57
-
-
Save kiwiupover/d988f131f606fcc53d45 to your computer and use it in GitHub Desktop.
ohmy theme
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
# | |
# Kiwi ZSH Theme | |
# | |
PROMPT='%{$fg[white]%}%%{$fg[green]%}$(git_prompt_info)%{$reset_color%}' | |
# PROMPT='%{$fg_bold[green]%}┌[%{$fg_bold[cyan]%}kiwish-4.2%{$fg_bold[green]%}]-(%{$fg_bold[white]%}%2~%{$fg_bold[green]%})-$(git_prompt_info)$(svn_prompt_info)$(battery_pct_prompt) | |
# └> % %{$reset_color%}' | |
ZSH_THEME_GIT_PROMPT_PREFIX=" [kjflkadsfja" | |
ZSH_THEME_GIT_PROMPT_SUFFIX="]" | |
#ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}✗%{$reset_color%}" | |
#ZSH_THEME_GIT_PROMPT_CLEAN=" %{$fg[green]%}✔%{$reset_color%}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment