]> git.armaanb.net Git - gen-shell.git/blobdiff - src/prompt.cpp
made usable!
[gen-shell.git] / src / prompt.cpp
index 5b594983ade912ae5068b4ab2ddfd83386305559..93654d4653855c4c58bbd6fe749f77023983abfb 100644 (file)
@@ -86,7 +86,7 @@ std::string composeContexts (bool pretty /* = false */)
 ////////////////////////////////////////////////////////////////////////////////
 std::string promptCompose ()
 {
-  return ">>>";
+  return "";
 }
 
 ////////////////////////////////////////////////////////////////////////////////