From 67aa5e60218b3ae47a6ab5c44ece8e40d4ab2aae Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 1 Jul 2022 18:57:21 -0700 Subject: [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. --- zsh/zshrc.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'zsh') 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. -- cgit v1.2.3-54-g00ecf