Skip to content

Commit

Permalink
Pull request 1704 (progit#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
pastatopf authored Aug 27, 2021
1 parent babce86 commit d854cb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/A-git-in-other-environments/sections/zsh.asc
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ autoload -Uz vcs_info
precmd_vcs_info() { vcs_info }
precmd_functions+=( precmd_vcs_info )
setopt prompt_subst
RPROMPT=\$vcs_info_msg_0_
# PROMPT=\$vcs_info_msg_0_'%# '
RPROMPT='${vcs_info_msg_0_}'
# PROMPT='${vcs_info_msg_0_}%# '
zstyle ':vcs_info:git:*' formats '%b'
----

Expand Down

0 comments on commit d854cb6

Please sign in to comment.