fix(starship): make prompt timeout very short
This commit is contained in:
parent
f0b320658c
commit
3eb3119c8a
1 changed files with 2 additions and 0 deletions
2
home.nix
2
home.nix
|
|
@ -444,6 +444,8 @@ in {
|
|||
programs.starship = {
|
||||
enable = true;
|
||||
settings = {
|
||||
# short prompt timeout
|
||||
command_timeout = 30;
|
||||
# custom.jj = {
|
||||
# command = ''
|
||||
# jj log -r@ -n1 --ignore-working-copy --no-graph --color always -T '
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue