diff --git a/tree/.config/starship.toml b/tree/.config/starship.toml new file mode 100644 index 0000000..3cc068b --- /dev/null +++ b/tree/.config/starship.toml @@ -0,0 +1,14 @@ +[character] +symbol = "⤷" +error_symbol = "[⤷](bold red)" +success_symbol = "[⤷](bold green)" +vicmd_symbol = "[⤶](bold green)" + +[username] +show_always = true +format = "[$user]($style)@" + +[hostname] +ssh_only = false +format = "[$hostname]($style) in " +