From fc1487fc8b540e7ad6a12ba1632d9084366aed51 Mon Sep 17 00:00:00 2001 From: Dale Shrauger Date: Wed, 14 Dec 2022 10:10:41 -0600 Subject: [PATCH] Simplify the starship prompt format. --- starship.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/starship.toml b/starship.toml index 898a63f..a429fde 100644 --- a/starship.toml +++ b/starship.toml @@ -9,7 +9,7 @@ command_timeout = 500 format = """\ $time\ $username\ - $hostname: \ + $hostname:\ $directory\ $aws\ $gcloud\ @@ -146,7 +146,8 @@ truncation_length = 4 truncate_to_repo = true truncation_symbol = "…/" # fish_style_pwd_dir_length = 3 -format = "([[]( fg:#ff3322)$read_only[]( fg:#ff3322)]($read_only_style))[[]( fg:#6F6A70)$path[]( fg:#6F6A70)]($style) " +# format = "([[]( fg:#ff3322)$read_only[]( fg:#ff3322)]($read_only_style))[[]( fg:#6F6A70)$path[]( fg:#6F6A70)]($style) " +# format = "([[ ](bg:#464347 fg:#ff3322)$read_only[](bg:#464347 fg:#ff3322)]($read_only_style))[[ ](bg:#464347 fg:#6F6A70)$path[](bg:#464347 fg:#6F6A70)]($style) " [directory.substitutions] "~/Documents" = "" @@ -155,7 +156,7 @@ format = "([[]( fg:#ff3322)$read_only[]( fg:#ff3322)]($read_only_style))[[ "~/Pictures" = "" "~/Sources" = "" "~" = " " -"/" = "  " +# "/" = "  " [docker_context] disabled = false