diff --git a/modules/home/caem/core/zsh/conf.d/ps1.zsh b/modules/home/caem/core/zsh/conf.d/ps1.zsh index 8c20cae..4dc0e79 100644 --- a/modules/home/caem/core/zsh/conf.d/ps1.zsh +++ b/modules/home/caem/core/zsh/conf.d/ps1.zsh @@ -26,4 +26,4 @@ precmd () { vcs_info } zstyle ':vcs_info:*' formats " ${c34}${c0}${c31}(%b)${c0}" -export PS1="${c38}[${c35}%3~${c0}${nix_shell_ps1}${c38}]${c0}# " +export PS1="${c38}[${c35}%3~${c0}$vcs_info_msg_0_${nix_shell_ps1}${c38}]${c0}# "