]> git.armaanb.net Git - gen-shell.git/blobdiff - src/prompt.cpp
about as detasked as it will be
[gen-shell.git] / src / prompt.cpp
index 3eb12b2fcc4dfe5510403ed4246934553e76e7a6..6c98b7cf2749474acabc2946ceb0e13090f0faf7 100644 (file)
@@ -88,11 +88,11 @@ std::string composeContexts (bool pretty /* = false */)
 ////////////////////////////////////////////////////////////////////////////////
 std::string promptCompose ()
 {
-  auto decoration = composeContexts (true);
-  if (decoration.length ())
-    return "task " + decoration + "> ";
+/*   auto decoration = composeContexts (true); */
+  // if (decoration.length ())
+    // return "task " + decoration + "> ";
 
-  return "tasksh> ";
+  return ">>>";
 }
 
 ////////////////////////////////////////////////////////////////////////////////