# HG changeset patch # User zegervdv # Date 1397812562 -7200 # Node ID 1b3381f349f0c43f382b4071f1a16baa6f520b58 # Parent f79361618cac609adae7becbd809b3aab59d2043 Improve zsh prompt diff -r f79361618cac -r 1b3381f349f0 oh-my-zsh/themes/custom.zsh-theme --- a/oh-my-zsh/themes/custom.zsh-theme Thu Apr 17 08:16:34 2014 +0200 +++ b/oh-my-zsh/themes/custom.zsh-theme Fri Apr 18 11:16:02 2014 +0200 @@ -14,8 +14,9 @@ git=0 fi -PROMPT=$'%{$fg[cyan]%}%m %{$fg[yellow]%}$(get_pwd) -%{$reset_color%}→ ' +PROMPT='%{$fg[cyan]%}%M%{$reset_color%} in %{$fg[yellow]%}%~%b%{$reset_color%} +%{$reset_color%}%(?.%{$fg[white]%}.%{$fg[red]%})→ ' + RPROMPT='$my_gray$(git_prompt_info) $(git_prompt_status)%{$reset_color%}%'