From 2b2010c42b827e7d119d962c7f4a1bc00900800a Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Thu, 21 Mar 2019 18:15:50 +0100 Subject: T1310: use FQDN as hostname in config prompt --- src/cstore/cstore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cstore/cstore.cpp b/src/cstore/cstore.cpp index 1b1a4df..4750ba0 100644 --- a/src/cstore/cstore.cpp +++ b/src/cstore/cstore.cpp @@ -3069,7 +3069,7 @@ Cstore::get_shell_prompt(const string& level) if (lvl.length() > 0) { lvl = " " + lvl; } - return ("[edit" + lvl + "]\\n\\u@\\h# "); + return ("[edit" + lvl + "]\\n\\u@\\H# "); } // escape the single quotes in the string for shell -- cgit v1.2.3