Improve my custom zsh theme
This commit is contained in:
parent
93498e9b26
commit
96842275e0
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg_bold[yellow]%}✘ "
|
|||
|
||||
PROMPT='%(?, ,%{$fg[red]%}RETURN: $?%{$reset_color%}
|
||||
)
|
||||
%{$fg[red]%}%* %{$fg[yellow]%}%n%{$reset_color%}@%{$fg[magenta]%}%M%{$reset_color%}: %{$fg_bold[blue]%}%~$(git_prompt_info)
|
||||
%{$fg[default]%}%* %{$fg[yellow]%}%n%{$reset_color%}@%{$fg[magenta]%}%M%{$reset_color%}: %{$fg_bold[blue]%}%~$(git_prompt_info)
|
||||
%{$fg[green]%}$%{$reset_color%} '
|
||||
|
||||
#RPROMPT='%{$fg[green]%}[%*]%{$reset_color%}'
|
||||
|
|
Loading…
Reference in a new issue