dotfiles

My configuration files
git clone git://git.finwo.net/misc/dotfiles
Log | Files | Refs

commit 8da4f9a4c7119ef03dae23dff267597ac29999bf
parent 4e443752625a9c49c6300cb3e35099fd5640e795
Author: finwo <finwo@pm.me>
Date:   Thu, 18 Dec 2025 12:54:20 +0100

Brighter time in zsh prompt

Diffstat:
Mzsh/home/.zshrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zsh/home/.zshrc b/zsh/home/.zshrc @@ -211,7 +211,7 @@ export npm_config_jobs=$(( $(nproc) + 1 )) autoload -U colors && colors autoload -U promptinit && promptinit -prompt="[%{$fg[gray]%}%D{%H:%M}%{$reset_color%}] %(?..[%{$fg[red]%}%?%{$reset_color%}] )%{$fg[yellow]%}%n%{$reset_color%}:%{$fg[green]%}%c%{$reset_color%}%# " +prompt="[%{$fg[white]%}%D{%H:%M}%{$reset_color%}] %(?..[%{$fg[red]%}%?%{$reset_color%}] )%{$fg[yellow]%}%n%{$reset_color%}:%{$fg[green]%}%c%{$reset_color%}%# " PROMPT_COMMAND= # }}}