diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml new file mode 100644 index 0000000..ca65c6c --- /dev/null +++ b/starship/.config/starship.toml @@ -0,0 +1,5 @@ +right_format = """$status""" + +[status] +disabled = false +format = "[$status]($style)" \ No newline at end of file