feat: use hyprile; zsh better prompt;

This commit is contained in:
2026-02-05 22:25:36 -08:00
parent fc10f8c36d
commit e99e6b3d92
3 changed files with 4 additions and 2 deletions

2
.zshrc
View File

@@ -32,5 +32,5 @@ precmd_functions+=( precmd_vcs_info )
setopt prompt_subst
RPROMPT='${vcs_info_msg_0_}'
#PROMPT='${vcs_info_msg_0_}%# '
PROMPT='%~%# '
PROMPT='%m@%c%# '
zstyle ':vcs_info:git:*' formats '%b'