added path to rprompt

This commit is contained in:
finga 2015-09-21 20:53:46 +02:00
parent 2e584c0935
commit 6a7da036ca

2
.zshrc
View file

@ -26,7 +26,7 @@ autoload -U promptinit
promptinit
PROMPT="%{$fg_no_bold[blue]%}%n%{$reset_color%}%{$fg_no_bold[red]%}%#%{$reset_color%}%{$fg_no_bold[blue]%}%m%{$reset_color%}%{$fg_no_bold[green]%}%~:%{$fg_no_bold[yellow]%}%?%{$fg_no_bold[green]%}$ %{$reset_color%}"
RPROMPT="[%{$fg_no_bold[yellow]%}%*%{$reset_color%}]"
RPROMPT="%{$fg_no_bold[green]%}%~%{$reset_color%} [%{$fg_no_bold[yellow]%}%*%{$reset_color%}]"
# Show cwd in titlebar
precmd() {