fix(starship): make prompt timeout very short

This commit is contained in:
Khaïs COLIN 2025-05-30 09:59:56 +02:00
parent f0b320658c
commit 3eb3119c8a
Signed by: logistic-bot
SSH key fingerprint: SHA256:3zI3/tx0ZpCLHCLPmEaGR4oeYCPMCzQxXhXutBmtOAU

View file

@ -444,6 +444,8 @@ in {
programs.starship = { programs.starship = {
enable = true; enable = true;
settings = { settings = {
# short prompt timeout
command_timeout = 30;
# custom.jj = { # custom.jj = {
# command = '' # command = ''
# jj log -r@ -n1 --ignore-working-copy --no-graph --color always -T ' # jj log -r@ -n1 --ignore-working-copy --no-graph --color always -T '