mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
Prompt
This commit is contained in:
parent
37cb2c57fd
commit
96a9560fd2
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ theme_precmd () {
|
|||
|
||||
setopt prompt_subst
|
||||
|
||||
PROMPT='%(?.%{$fg[green]%}.%{$fg[red]%})$(toon) %{$reset_color%} %~/ %{$reset_color%}${vcs_info_msg_0_}%{$reset_color%}'
|
||||
PROMPT='%(?.%{$fg[green]%}.%{$fg[red]%})$(toon)%{$reset_color%} %~/%{$reset_color%}${vcs_info_msg_0_}%{$reset_color%}> '
|
||||
|
||||
autoload -U add-zsh-hook
|
||||
add-zsh-hook precmd theme_precmd
|
||||
Loading…
Add table
Add a link
Reference in a new issue