Skip to content

Commit

Permalink
update #40
Browse files Browse the repository at this point in the history
  • Loading branch information
oblique committed Nov 16, 2011
1 parent a4392ba commit 79e400c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,11 @@ export GREP_COLOR='1;31'
# theme
setopt prompt_subst
PROMPT='%{$fg[blue]%}[%D{%d/%m/%y} %T]%{$reset_color%} %(!.%{$fg_bold[red]%}.%{$fg_bold[green]%}%n@)%m%{$reset_color%} %{$fg[magenta]%}[%(!.%1~.%~)]%{$reset_color%} $(git_prompt_info)
%{$fg[red]%}%{$reset_color%} '
%{$fg[red]%}$(echo -ne \\u25cf)%{$reset_color%} '
RPROMPT='$(battery_status)'
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[red]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_bold[magenta]%}%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_bold[magenta]%}$(echo -ne \\u25cf)%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_CLEAN=""


Expand Down

0 comments on commit 79e400c

Please sign in to comment.