From 8941ad203dd53d5827041883e77f7ef7bcb23e04 Mon Sep 17 00:00:00 2001 From: Noah Masur Date: Mon, 23 Nov 2020 18:41:10 -0500 Subject: [PATCH] remove cmd_duration for starship, unnecessary --- starship/starship.toml.configlink | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starship/starship.toml.configlink b/starship/starship.toml.configlink index 826da09..5be8b31 100644 --- a/starship/starship.toml.configlink +++ b/starship/starship.toml.configlink @@ -1,7 +1,6 @@ # Don't print a new line at the start of the prompt add_newline = false format = """\ - $cmd_duration\ $directory\ $git_branch\ $git_commit\ @@ -16,6 +15,7 @@ symbol = "❯" min_time = 3_000 show_notifications = true min_time_to_notify = 30_000 +format = "[$duration]($style) " [directory] truncate_to_repo = true