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"