aboutsummaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
authorGravatar Tom Willemse2022-07-01 18:57:21 -0700
committerGravatar Tom Willemse2022-09-22 23:52:01 -0700
commit67aa5e60218b3ae47a6ab5c44ece8e40d4ab2aae (patch)
tree6de56adb5cdb922946fcd8eb4de5bbac0e0372f7 /zsh
parent513459d4dd6986c325ee18e4dee8502542e029c6 (diff)
downloadnew-dotfiles-67aa5e60218b3ae47a6ab5c44ece8e40d4ab2aae.tar.gz
new-dotfiles-67aa5e60218b3ae47a6ab5c44ece8e40d4ab2aae.zip
[zsh] Get rid of a unicode character
This character was causing some issues in Kitty. The terminal would get confused about the length of RPROMPT when it showed up.
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.