diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-06-24 00:35:48 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-06-24 00:35:48 +0900 |
| commit | 243e028f0bcf3f7a17a4c097218e0a14bea638e3 (patch) | |
| tree | 2a724d7703a4cbd05daec0ffafb561cf92d85ffd | |
| parent | 788c806cce21078de1ad8165e6a824318ac5f689 (diff) | |
| download | dotfiles-243e028f0bcf3f7a17a4c097218e0a14bea638e3.tar.gz dotfiles-243e028f0bcf3f7a17a4c097218e0a14bea638e3.tar.zst dotfiles-243e028f0bcf3f7a17a4c097218e0a14bea638e3.zip | |
starship: increase command_timeout from 500 ms to 1000 ms
| -rw-r--r-- | home-manager/home.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home-manager/home.nix b/home-manager/home.nix index 54e2d22..6c3ed55 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -143,6 +143,7 @@ in settings = { add_newline = true; + command_timeout = 1000; format = "[$directory$git_branch$git_commit$git_status$git_state](bold fg:75)$fill$cmd_duration$time$line_break$character"; continuation_prompt = "[❯](fg:63)[❯](fg:62)[❯](fg:61) "; character = { |
