]> 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 3d4eca0a405ccd379d75bdf40e31ff252089602b..6c98b7cf2749474acabc2946ceb0e13090f0faf7 100644 (file)
@@ -88,9 +88,9 @@ 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 ">>>";
 }