From 5183b4fcacb3dfd072753d0a5e17004f9d94067c Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Sun, 9 Aug 2020 23:53:50 +0200 Subject: [PATCH] starship migration --- conf/starship.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/starship.toml b/conf/starship.toml index 9193cbf..1a3ffba 100644 --- a/conf/starship.toml +++ b/conf/starship.toml @@ -1,7 +1,5 @@ add_newline = false prompt_order = [ - "username", - "hostname", # "kubernetes", "directory", "git_branch", @@ -14,6 +12,8 @@ prompt_order = [ "cmd_duration", "line_break", "battery", + "username", + "hostname", "character", ]