diff options
author | David Runge <dave@sleepmap.de> | 2023-05-04 00:18:18 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2023-05-04 00:18:18 +0200 |
commit | 3b48ed6097e39b7cb3ceeb58d2699cd994273805 (patch) | |
tree | de160404dfc9dfa625dd58cd7a4c969a5db0e412 | |
parent | 9ae81d49ccb90a33df7c3ef1a0afa06dbc3a09e2 (diff) | |
download | dotfiles-3b48ed6097e39b7cb3ceeb58d2699cd994273805.tar.gz dotfiles-3b48ed6097e39b7cb3ceeb58d2699cd994273805.tar.bz2 dotfiles-3b48ed6097e39b7cb3ceeb58d2699cd994273805.tar.xz dotfiles-3b48ed6097e39b7cb3ceeb58d2699cd994273805.zip |
Allow longer git timeout for starship.
-rw-r--r-- | .config/starship.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/starship.toml b/.config/starship.toml index 34a1628..9a48d22 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -1,3 +1,5 @@ +command_timeout = 1000 + [directory] truncation_length = 8 truncation_symbol = "…/" |