zsh: Update ps1 prompt
This commit is contained in:
parent
8429ab0f56
commit
950d488894
1 changed files with 1 additions and 1 deletions
|
@ -29,5 +29,5 @@ precmd () { vcs_info }
|
||||||
zstyle ':vcs_info:*' formats ' %F{yellow}(%b)%f'
|
zstyle ':vcs_info:*' formats ' %F{yellow}(%b)%f'
|
||||||
|
|
||||||
NL=$'\n'
|
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]# '
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue