fix colors
This commit is contained in:
parent
548a379d08
commit
fe6a188b32
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -27,7 +27,7 @@ autoload -U colors && colors
|
|||
autoload -U promptinit
|
||||
promptinit
|
||||
|
||||
PROMPT="%{$fg_no_bold[cyan]%}%n%{$reset_color%}%{$fg_no_bold[red]%}%#%{$reset_color%}%{$fg_no_bold[cyan]%}%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[green]%}%~%{$reset_color%} [%{$fg_no_bold[yellow]%}%*%{$reset_color%}]"
|
||||
|
||||
# Bashish navigation
|
||||
|
|
Loading…
Reference in a new issue