diff options
-rw-r--r-- | src/cstore/cstore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |