commit c634c9294b04e4cab8146d5d2f4ce7b92e9382ef parent ab424056bf883612be521da504aa441de24ee17d Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com> Date: Wed, 9 Nov 2016 20:02:40 +0100 (m) Add emphasis on hostname Diffstat:
| M | .bashprompt | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.bashprompt b/.bashprompt @@ -121,7 +121,8 @@ __set-prompt () if __show-hostname then - PS1+=$(__fontify '@\H' dim green) + PS1+=$(__fontify '@' dim) + PS1+=$(__fontify '\H' bold green) fi PS1+=$(__fontify : dim)