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 = {
|
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 '
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue