Update OS
All checks were successful
check / check (push) Successful in 33s

This commit is contained in:
Florian RICHER 2025-04-29 22:55:55 +02:00
parent 7a24263ae2
commit dde4780894
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
3 changed files with 78 additions and 2160 deletions

View file

@ -16,7 +16,7 @@ in
autosuggestion.enable = true;
syntaxHighlighting.enable = true;
initExtra = ''
initContent = ''
[[ ! -f ${./p10k.zsh} ]] || source ${./p10k.zsh}
'';