summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorJokler <jokler@protonmail.com>2020-06-22 02:25:44 +0200
committerJokler <jokler@protonmail.com>2020-06-22 02:25:44 +0200
commit1e84658b023d50052f19fe4f4d1758b662e79a0f (patch)
treec0db02e2faa96421d47a925ae6866eda8d176aa4 /.config
parent38336a029109fceb1052ddd941982bf2edf4241b (diff)
downloaddotfiles-1e84658b023d50052f19fe4f4d1758b662e79a0f.tar.gz
dotfiles-1e84658b023d50052f19fe4f4d1758b662e79a0f.zip
Starship: Always show command duration
Diffstat (limited to '.config')
-rw-r--r--.config/starship.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/starship.toml b/.config/starship.toml
index 56fb7a6..bfecb1d 100644
--- a/.config/starship.toml
+++ b/.config/starship.toml
@@ -5,5 +5,9 @@ symbol = "➜"
truncate_to_repo = false
truncation_length = 8
+[cmd_duration]
+min_time = 0
+prefix = ""
+
[rust]
symbol = "⚙️ "