1
Fork 0

zsh: remove redundant space after the vcs info

This commit is contained in:
caem 2024-07-15 14:38:23 +02:00
parent 5cb49bbf5b
commit 2390e8088c
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -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 > '