|
|
@ -2,15 +2,15 @@ |
|
|
|
# FILE: sorin.zsh-theme |
|
|
|
# FILE: sorin.zsh-theme |
|
|
|
# DESCRIPTION: oh-my-zsh theme file. |
|
|
|
# DESCRIPTION: oh-my-zsh theme file. |
|
|
|
# AUTHOR: Sorin Ionescu (sorin.ionescu@gmail.com) |
|
|
|
# AUTHOR: Sorin Ionescu (sorin.ionescu@gmail.com) |
|
|
|
# VERSION: 1.0.2 |
|
|
|
# VERSION: 1.0.3 |
|
|
|
# SCREENSHOT: http://i.imgur.com/aipDQ.png |
|
|
|
# SCREENSHOT: http://i.imgur.com/aipDQ.png |
|
|
|
# ------------------------------------------------------------------------------ |
|
|
|
# ------------------------------------------------------------------------------ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if [[ "$TERM" != "dumb" ]] && [[ "$DISABLE_LS_COLORS" != "true" ]]; then |
|
|
|
if [[ "$DISABLE_COLOR" != "true" ]]; then |
|
|
|
MODE_INDICATOR="%{$fg_bold[red]%}❮%{$reset_color%}%{$fg[red]%}❮❮%{$reset_color%}" |
|
|
|
MODE_INDICATOR="%{$fg_bold[red]%}❮%{$reset_color%}%{$fg[red]%}❮❮%{$reset_color%}" |
|
|
|
local return_status="%{$fg[red]%}%(?..⏎)%{$reset_color%}" |
|
|
|
local return_status="%{$fg[red]%}%(?..⏎)%{$reset_color%}" |
|
|
|
|
|
|
|
|
|
|
|
PROMPT='%{$fg[cyan]%}%c$(git_prompt_info) %(!.%{$fg_bold[red]%}#.%{$fg_bold[green]%}❯)%{$reset_color%} ' |
|
|
|
PROMPT='%{$fg[cyan]%}%c$(git_prompt_info) %(!.%{$fg_bold[red]%}#.%{$fg_bold[green]%}❯)%{$reset_color%} ' |
|
|
|
|
|
|
|
|
|
|
|
ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg[blue]%}git%{$reset_color%}:%{$fg[red]%}" |
|
|
|
ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg[blue]%}git%{$reset_color%}:%{$fg[red]%}" |
|
|
|