aboutsummaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/zshrc.org4
1 files changed, 2 insertions, 2 deletions
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.