starship: prepare username@hostname prompt
Remove old toml file
This commit is contained in:
parent
6e870529da
commit
9930808f77
|
@ -5,12 +5,18 @@
|
|||
add_newline = false;
|
||||
|
||||
# You can also replace your username with a neat symbol like to save some space
|
||||
#username = {
|
||||
# show_always = true;
|
||||
# style_user = "bg:#9A348E";
|
||||
# style_root = "bg:#9A348E";
|
||||
# format = ''[$user ]($style)'';
|
||||
#};
|
||||
username = {
|
||||
show_always = true;
|
||||
style_user = "bg:#9A348E";
|
||||
style_root = "bg:#9A348E";
|
||||
format = ''[$user]($style)'';
|
||||
};
|
||||
hostname = {
|
||||
ssh_only = false;
|
||||
format = "@[$ssh_symbol$hostname]($style)";
|
||||
disabled = false;
|
||||
};
|
||||
|
||||
character = {
|
||||
success_symbol = "[❯](bold purple)";
|
||||
error_symbol = "[✗](#FF4B00)";
|
||||
|
|
Loading…
Reference in a new issue