1
0
Fork 0

starship: Style some ssh-only components

This commit is contained in:
Daniel Kempkens 2022-08-01 15:08:51 +02:00
parent 1abb54693d
commit ac9f82f5c2

View file

@ -30,6 +30,12 @@
format = "\\[[$symbol$branch]($style)\\]";
};
hostname = {
ssh_only = true;
ssh_symbol = " ";
format = "\\[[$ssh_symbol$hostname]($style)\\]";
};
java = {
symbol = " ";
format = "\\[[$symbol($version)]($style)\\]";
@ -79,6 +85,10 @@
time = {
format = "\\[[$time]($style)\\]";
};
username = {
format = "\\[[ $user]($style)\\]";
};
};
};
}