added path to rprompt
This commit is contained in:
parent
2e584c0935
commit
6a7da036ca
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -26,7 +26,7 @@ autoload -U promptinit
|
||||||
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%}"
|
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
|
# Show cwd in titlebar
|
||||||
precmd() {
|
precmd() {
|
||||||
|
|
Loading…
Reference in a new issue