diff --git a/zsh/prompt.zsh b/zsh/prompt.zsh index 1a81feb..29c02de 100644 --- a/zsh/prompt.zsh +++ b/zsh/prompt.zsh @@ -72,7 +72,8 @@ directory_name(){ echo "%{$fg_bold[cyan]%}%1/%\/%{$reset_color%}" } -export PROMPT=$'\n$(rb_prompt) in $(directory_name) $(git_dirty)$(need_push)\n› ' +export PROMPT=$'$(rb_prompt) in $(directory_name) $(git_dirty)$(need_push)\n› ' + set_prompt () { export RPROMPT="%{$fg_bold[cyan]%}$(todo)%{$reset_color%}" }