Skip to content

Commit e5142e9

Browse files
eevan78lazarljubenovic
authored andcommitted
Ažuriranje zsh.asc
1 parent 6e02d62 commit e5142e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • book/A-git-in-other-environments/sections

book/A-git-in-other-environments/sections/zsh.asc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ autoload -Uz vcs_info
2828
precmd_vcs_info() { vcs_info }
2929
precmd_functions+=( precmd_vcs_info )
3030
setopt prompt_subst
31-
RPROMPT=\$vcs_info_msg_0_
32-
# PROMPT=\$vcs_info_msg_0_'%# '
31+
RPROMPT='${vcs_info_msg_0_}'
32+
# PROMPT='${vcs_info_msg_0_}%# '
3333
zstyle ':vcs_info:git:*' formats '%b'
3434
----
3535

0 commit comments

Comments
 (0)