We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9503fe commit 6d29128Copy full SHA for 6d29128
1 file changed
js/main.js
@@ -285,10 +285,10 @@ function commander(cmd) {
285
addLine("<span class=\"inherit\">really nvim? Wanna try <span class=\"command\">'vim'</span> instead?</span>", "color2", 80);
286
break;
287
case "sudo":
288
- addLine(`<span class=\"inherit\">Permission denied: unable to run '${args}' as root.</span>`, "color2", 80);
+ addLine(`<span class=\"inherit\">Permission denied: unable to run <span class=\"command\">'sudo'</span> as root.</span>`, "color2", 80);
289
setTimeout(function() {
290
- window.open('https://www.youtube.com/@zum.hier.trinken/shorts');
291
- }, 1);
+ window.open('https://www.youtube.com/shorts/dp8uRUkf92c');
+ }, 1000);
292
293
case "":
294
addLine("", "color2", 0);
0 commit comments