shell: always show hostname
This commit is contained in:
parent
a91317ff35
commit
af43682e8b
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue