Create starship.toml

This commit is contained in:
Werner
2022-11-12 14:52:35 -03:00
parent 70052f67b9
commit 6f37376056

9
Config/starship.toml Normal file
View File

@ -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"