From 2b61026a2b02c3fde683b3431c901857919500a6 Mon Sep 17 00:00:00 2001 From: foosinn Date: Sat, 13 Jun 2020 23:30:39 +0200 Subject: [PATCH] some starship config --- dotfiles/starship.toml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/dotfiles/starship.toml b/dotfiles/starship.toml index 192cb4b..7cca5a0 100644 --- a/dotfiles/starship.toml +++ b/dotfiles/starship.toml @@ -1,7 +1,27 @@ add_newline = false +prompt_order = [ + "username", + "hostname", + "kubernetes", + "directory", + "git_branch", + "git_commit", + "git_state", + "git_status", + "cmd_duration", + "custom", + "line_break", + "jobs", + "battery", + "character", +] + [username] show_always = true [hostname] ssh_only = false + +[character] +use_symbol_for_status = false