commit 42a9a3c41ef527422caad82bf4ffa7031e5267d1 parent 3e991fe53f92f664f45cbafd183fc710119908f4 Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com> Date: Sun, 1 Aug 2021 21:07:12 +0200 Show full hostname in prompt Diffstat:
| M | .bash_prompt | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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