Skip to content

Instantly share code, notes, and snippets.

@kiwiupover
Created March 4, 2015 19:57
Show Gist options
  • Save kiwiupover/d988f131f606fcc53d45 to your computer and use it in GitHub Desktop.
Save kiwiupover/d988f131f606fcc53d45 to your computer and use it in GitHub Desktop.
ohmy theme
#
# 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