chore: remove testing prompt stuff

This commit is contained in:
kossLAN 2025-07-16 10:50:48 -04:00
parent 770a38dfbe
commit 01717913f0
Signed by: kossLAN
SSH key fingerprint: SHA256:bdV0x+wdQHGJ6LgmstH3KV8OpWY+OOFmJcPcB0wQPV8

View file

@ -40,10 +40,8 @@ in {
setopt prompt_subst setopt prompt_subst
PROMPT='%F{cyan}%~%f ' PROMPT='%F{cyan}%~%f '
# RPROMPT='%F{lightblue}$(git_prompt_info)%f'
RPROMPT='$vcs_info_msg_0_' RPROMPT='$vcs_info_msg_0_'
zstyle ':vcs_info:git*' formats "%b %m%u%c " zstyle ':vcs_info:git*' formats "%b %m%u%c "
# zstyle ':vcs_info:git*' formats "(%{$fg[lightblue]%}%b)%{$reset_color%}%u%c%{$reset_color%} "
''; '';
# A list of path's to a plugin # A list of path's to a plugin