From d3b83208e09f05f2f65bacf1497bbf9d32ec8823 Mon Sep 17 00:00:00 2001 From: Von Random Date: Wed, 18 Feb 2015 21:50:29 +0300 Subject: [PATCH] \h replaced with $HOSTNAME for better application at work --- shellrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shellrc b/shellrc index 9ee7eec..56c5619 100644 --- a/shellrc +++ b/shellrc @@ -289,7 +289,7 @@ else lb="${byellow}[${reset}" rb="${byellow}]${reset}" bb="${byellow} ${reset}" - prompt_host='\h' + prompt_host="$HOSTNAME" prompt_bang="\\\$${reset}" precmd() { if [[ -z ${hide_info} ]]; then