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