From 09501b96c9f1c229e0870156a5d53bd9dd16a110 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sat, 5 Dec 2020 23:48:44 -0500 Subject: [PATCH] Add timestamp to starship --- .config/starship.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.config/starship.toml b/.config/starship.toml index 2f30e0e..f44a071 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -1,2 +1,18 @@ # Don't print a new line at the start of the prompt add_newline = false + +[character] +error_symbol = "[✖](bold red) " + +[gcloud] +disabled = true + +[time] +time_format = "%T" +format = "🕙 $time($style) " +style = "bright-white" +disabled = false + +[directory] +truncation_length = 5 +format = "[$path]($style)[$lock_symbol]($lock_style) "