From a23cd449ae9e41d3c7681924ad740b5a7c8398a0 Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Thu, 21 Oct 2021 15:49:19 -0400 Subject: switch back to starship prompt --- starship/.config/starship.toml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'starship') diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml index f522ffe..744befb 100644 --- a/starship/.config/starship.toml +++ b/starship/.config/starship.toml @@ -1,13 +1,16 @@ add_newline = false -[directory] -format = "in [$path]($style)[$read_only]($read_only_style) " - -[hostname] -ssh_only = false -format = "@[$hostname](bold purple) " +[line_break] +disabled = true [username] +disabled = false show_always = true -format = "[$user]($style)" +[hostname] +ssh_only = false + +[cmd_duration] +min_time = 10000 +show_milliseconds = false +disabled = false -- cgit v1.2.3