removed RPrompt
files: ~/.zshrc
This commit is contained in:
parent
6d447aac7b
commit
26a726878e
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -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[green]%}%~%{$reset_color%} [%{$fg_no_bold[yellow]%}%*%{$reset_color%}]"
|
||||
#RPROMPT="%{$fg_no_bold[green]%}%~%{$reset_color%} [%{$fg_no_bold[yellow]%}%*%{$reset_color%}]"
|
||||
|
||||
# Show cwd in titlebar
|
||||
precmd() {
|
||||
|
|
Loading…
Reference in a new issue