1
Fork 0

zsh: Update ps1 prompt

This commit is contained in:
caem 2024-08-27 13:06:24 +02:00
parent 8429ab0f56
commit 950d488894
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -29,5 +29,5 @@ precmd () { vcs_info }
zstyle ':vcs_info:*' formats ' %F{yellow}(%b)%f'
NL=$'\n'
export PS1='%F{green}%~%f$vcs_info_msg_0_$nix_shell_ps1$NL$dicon > '
export PS1='[$dicon %F{green}%3~%f$vcs_info_msg_0_$nix_shell_ps1]# '