Skip to content

Commit

Permalink
Modify style
Browse files Browse the repository at this point in the history
  • Loading branch information
carlcarl committed Jun 28, 2012
1 parent 73ac7c2 commit 57d0184
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions themes/carlcarl.zsh-theme
Expand Up @@ -5,17 +5,17 @@ setopt promptsubst

autoload -U add-zsh-hook

HOST_PROMPT_="%B%{$FG[197]%}@$HOST %b"
HOST_PROMPT_="%B%{$FG[161]%}@$HOST %b"

PROMPT_SUCCESS_COLOR=$FG[077]
PROMPT_FAILURE_COLOR=$FG[124]
PROMPT_VCS_INFO_COLOR=$FG[242]
PROMPT_PROMPT=$FG[077]
GIT_DIRTY_COLOR=$FG[197]
GIT_DIRTY_COLOR=$FG[161]
GIT_CLEAN_COLOR=$FG[118]
GIT_PROMPT_INFO=$FG[197]
GIT_PROMPT_INFO=$FG[161]

PROMPT='$HOST_PROMPT_%{$PROMPT_SUCCESS_COLOR%}%~%{$reset_color%} %B%{$GIT_PROMPT_INFO%}$(git_prompt_info)%{$GIT_DIRTY_COLOR%}$(git_prompt_status)%b %{$reset_color%}%{$PROMPT_PROMPT%}➭%{$reset_color%} '
PROMPT='$HOST_PROMPT_%B%{$PROMPT_SUCCESS_COLOR%}%~%{$reset_color%} %B%{$GIT_PROMPT_INFO%}$(git_prompt_info)%{$GIT_DIRTY_COLOR%}$(git_prompt_status)%b %{$reset_color%}%{$PROMPT_PROMPT%}➭%{$reset_color%} '

RPROMPT='[%*]'
#RPS1="${return_code}"
Expand Down

0 comments on commit 57d0184

Please sign in to comment.