From 2800bdcbe442d102e4e94c0a389ee234f0bb5d5e Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Wed, 30 Sep 2020 09:19:02 -0300 Subject: [PATCH] Removed old, non-used configuration --- starship/starship.toml | 51 ++++-------------------------------------- 1 file changed, 4 insertions(+), 47 deletions(-) diff --git a/starship/starship.toml b/starship/starship.toml index 8300d8d..6f16e0f 100644 --- a/starship/starship.toml +++ b/starship/starship.toml @@ -1,69 +1,26 @@ add_newline = true -prompt_order = [ - "directory", - "git_branch", - "git_state", - "rust", - "python", - "jobs", - "cmd_duration", - "character", -] - -# prompt_order = [ -# "username", -# "hostname", -# "kubernetes", -# "directory", -# "git_branch", -# "git_commit", -# "git_status", -# "hg_branch", -# "package", -# "dotnet", -# "golang", -# "haskell", -# "java", -# "nodejs", -# "php", -# "python", -# "ruby", -# "rust", -# "terraform", -# "nix_shell", -# "conda", -# "memory_usage", -# "aws", -# "env_var", -# "cmd_duration", -# "line_break", -# "jobs", -# "battery", -# "time", -# "character", -# ] [directory] -# style = "fg:39" style = "cyan" truncate_to_repo = false [git_branch] -# style = "fg:76" style = "blue" symbol = "" [git_status] -# style = "fg:76" style = "brightcyan" stashed.enabled = false stashed_count.enabled = false +disabled = true [character] -# style_success = "fg:28" style_success = "white" style_failure = "red" [jobs] symbol = "!" style = "red" + +[line_break] +disabled = true