From b148d7a2b72a3eb6d73d443960d4d3d15a22a09b Mon Sep 17 00:00:00 2001 From: nold Date: Mon, 19 Apr 2021 12:16:46 +0200 Subject: [PATCH] Powerline: Always show hostname --- config/powerline/themes/shell/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/powerline/themes/shell/default.json b/config/powerline/themes/shell/default.json index 39cc4e9..338565a 100644 --- a/config/powerline/themes/shell/default.json +++ b/config/powerline/themes/shell/default.json @@ -8,7 +8,7 @@ { "function": "powerline.segments.common.net.hostname", "args": { - "only_if_ssh": true, + "only_if_ssh": false, "exclude_domain": true }, "priority": 10