]> git.armaanb.net Git - gen-shell.git/blobdiff - src/main.cpp
added install instructions
[gen-shell.git] / src / main.cpp
index 15523bf67d8bd949c19ff981a91700784d01e177..cae64a1099b868b3759211f6609249d2b7cd57e0 100644 (file)
@@ -103,12 +103,9 @@ static int commandLoop (bool autoClear)
     else if (closeEnough ("quit",        args[0], 3)) status = -1;
     else if (command != "")
     {
-      command = "echo " + command + " | lolcat ";
+      command = command;
       std::cout << "[" << command << "]\n";
       system (command.c_str ());
-
-      // Deliberately ignoreŃ• taskwarrior exit status, otherwise empty filters
-      // cause the shell to terminate.
     }
   }