zsh: switch from starship to prmt
This commit is contained in:
parent
3b66d21ad1
commit
638d82f49c
BIN
dot_bin/prmt
Executable file
BIN
dot_bin/prmt
Executable file
Binary file not shown.
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user