diff --git a/zsh/zshrc.org b/zsh/zshrc.org index 68dca58..dcdc1cd 100644 --- a/zsh/zshrc.org +++ b/zsh/zshrc.org @@ -200,8 +200,8 @@ Autoload any ZSH function from =$HOME/.zsh/functions=. zstyle ':vcs_info:*' nvcsformats '' zstyle ':vcs_info:bzr:*' branchformat '%b' zstyle ':vcs_info:git:*' check-for-changes 1 - zstyle ':vcs_info:*' stagedstr '%F{2}Δ%f' - zstyle ':vcs_info:*' unstagedstr '%F{1}Δ%f' + zstyle ':vcs_info:*' stagedstr '%F{2}*%f' + zstyle ':vcs_info:*' unstagedstr '%F{1}*%f' #+end_src Set the actual prompts.