summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dot_config/zsh/functions/prompt_zstyle_setup4
1 files changed, 2 insertions, 2 deletions
diff --git a/dot_config/zsh/functions/prompt_zstyle_setup b/dot_config/zsh/functions/prompt_zstyle_setup
index 6990f2b..42caf90 100644
--- a/dot_config/zsh/functions/prompt_zstyle_setup
+++ b/dot_config/zsh/functions/prompt_zstyle_setup
@@ -58,9 +58,9 @@ prompt_zstyle_preset() {
zstyle :prompt:zstyle:parts return '%(0?.. %F{red}[%?]%f)'
zstyle :prompt:zstyle:parts separator '%(!.#.>)'
zstyle :prompt:zstyle:parts vcsinfo \
- '${vcs_info_msg_0_:+ $vcs_info_msg_0_}'
+ '${vcs_info_msg_0_:+ $vcs_info_msg_0_}'
zstyle :prompt:zstyle ps1 \
- login ' ' pwd vcsinfo return separator ' '
+ login ' ' pwd vcsinfo return separator ' '
;;
esac
}