Add separate line between commands

Add separate line between commands in the default robbyrussell theme
This commit is contained in:
Hossam Mourad 2017-01-20 02:13:20 +02:00 committed by GitHub
commit 1566d03b12

View file

@ -1,5 +1,6 @@
local ret_status="%(?:%{$fg_bold[green]%}➜ :%{$fg_bold[red]%}➜ )"
PROMPT='${ret_status} %{$fg[cyan]%}%c%{$reset_color%} $(git_prompt_info)'
PROMPT='$FG[240]--------------------------------------------------------------------------%{$reset_color%}
$FG[032]${ret_status} %{$fg[cyan]%}%c%{$reset_color%} $(git_prompt_info)'
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}git:(%{$fg[red]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "