From 42a9a3c41ef527422caad82bf4ffa7031e5267d1 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sun, 1 Aug 2021 21:07:12 +0200 Subject: Show full hostname in prompt --- .bash_prompt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_prompt b/.bash_prompt index 9b753b3..da145f4 100644 --- a/.bash_prompt +++ b/.bash_prompt @@ -169,7 +169,7 @@ __write-context () if __show-hostname then __fontify @ dim - __fontify '\h' bold green + __fontify '\H' bold green fi __fontify : dim -- cgit v1.2.3