From 6f373760566666eceb918e993569b6a686185e3c Mon Sep 17 00:00:00 2001 From: Werner Date: Sat, 12 Nov 2022 14:52:35 -0300 Subject: [PATCH] Create starship.toml --- Config/starship.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Config/starship.toml diff --git a/Config/starship.toml b/Config/starship.toml new file mode 100644 index 0000000..5ae9d5c --- /dev/null +++ b/Config/starship.toml @@ -0,0 +1,9 @@ +add_newline = false +format = "$username$directory$git_branch$cmd_duration$character" + +[username] +show_always = true +style_user = "fg:yellow" + +[directory] +style = "fg:cyan"