starship: prepare username@hostname prompt

Remove old toml file
This commit is contained in:
teutat3s 2023-05-05 18:11:04 +02:00
parent 6e870529da
commit 9930808f77
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -5,12 +5,18 @@
add_newline = false; add_newline = false;
# You can also replace your username with a neat symbol like  to save some space # You can also replace your username with a neat symbol like  to save some space
#username = { username = {
# show_always = true; show_always = true;
# style_user = "bg:#9A348E"; style_user = "bg:#9A348E";
# style_root = "bg:#9A348E"; style_root = "bg:#9A348E";
# format = ''[$user ]($style)''; format = ''[$user]($style)'';
#}; };
hostname = {
ssh_only = false;
format = "@[$ssh_symbol$hostname]($style)";
disabled = false;
};
character = { character = {
success_symbol = "[](bold purple)"; success_symbol = "[](bold purple)";
error_symbol = "[](#FF4B00)"; error_symbol = "[](#FF4B00)";