zsh: switch from starship to prmt

This commit is contained in:
Julien Rabier 2025-12-27 21:42:54 +01:00
parent 3b66d21ad1
commit 638d82f49c
2 changed files with 4 additions and 1 deletions

BIN
dot_bin/prmt Executable file

Binary file not shown.

View File

@ -60,8 +60,11 @@ source ~/.zsh/completion/podman.zsh
{{- end }}
eval "$(zoxide init zsh)"
eval "$(starship init zsh)"
eval "$(sheldon source)"
#eval "$(starship init zsh)"
setopt PROMPT_SUBST
PROMPT='$(prmt --shell zsh --code $? "{path:cyan.bold} {git:purple.bold} {python:yellow.bold::🐍}{rust:red.bold:s:🦀}{node:green.bold:s:⬢}\nat {time:yellow.bold:24hs} {ok:green.bold}{fail:red.bold:code} ")'
# Profiling
#unsetopt XTRACE