shell: always show hostname

This commit is contained in:
Wroclaw 2024-05-28 12:12:51 +02:00
parent a91317ff35
commit af43682e8b

View file

@ -120,6 +120,9 @@ in
truncation_length = 5; truncation_length = 5;
truncation_symbol = "/"; truncation_symbol = "/";
}; };
hostname = {
ssh_only = false;
};
username = { username = {
show_always = true; show_always = true;
}; };