From 2390e8088cfcfbdb08d092cd6d38d5f55988e1d6 Mon Sep 17 00:00:00 2001 From: caem Date: Mon, 15 Jul 2024 14:38:23 +0200 Subject: [PATCH] zsh: remove redundant space after the vcs info --- users/hu/packages/zsh/config/conf.d/ps1.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/hu/packages/zsh/config/conf.d/ps1.zsh b/users/hu/packages/zsh/config/conf.d/ps1.zsh index f1ba242..8a741c4 100755 --- a/users/hu/packages/zsh/config/conf.d/ps1.zsh +++ b/users/hu/packages/zsh/config/conf.d/ps1.zsh @@ -22,7 +22,7 @@ fi setopt prompt_subst autoload -Uz vcs_info precmd () { vcs_info } -zstyle ':vcs_info:*' formats ' %F{yellow}(%b)%f ' +zstyle ':vcs_info:*' formats ' %F{yellow}(%b)%f' NL=$'\n' export PS1='%F{green}%~%f$vcs_info_msg_0_$nix_shell_ps1$NL$dicon > '