Change starship prompt

Changed files
+3 -5
config
+3 -5
config/starship.toml
···
## PROMPT FORMAT
format = """
-
$os\
$container\
$directory\
$all\
$cmd_duration\
$jobs\
$status\
-
$fill\
-
$time\
$line_break\
$username\
$hostname\
···
## LEFT SIDE - FIRST LINE
[os]
-
disabled = false
format = '[($name)]($style) '
style = 'bold rosewater'
···
## RIGHT SIDE - FIRST LINE
[time]
disabled = false
-
format = ' [$time]($style)'
time_format = '%T'
style = 'bold peach'
···
## PROMPT FORMAT
format = """
+
$time\
$container\
$directory\
$all\
$cmd_duration\
$jobs\
$status\
$line_break\
$username\
$hostname\
···
## LEFT SIDE - FIRST LINE
[os]
+
disabled = true
format = '[($name)]($style) '
style = 'bold rosewater'
···
## RIGHT SIDE - FIRST LINE
[time]
disabled = false
+
format = '[$time]($style) '
time_format = '%T'
style = 'bold peach'