forked from pub-solar/os
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;
|
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)";
|
||||||
|
|
Loading…
Reference in a new issue