Allow eval as alias for qjs

This commit is contained in:
Dustin Brett 2025-05-08 19:30:30 -07:00
parent aa274f75a5
commit 592dad27eb

View File

@ -87,7 +87,7 @@ export const aliases: Record<string, string[]> = {
move: ["mv"],
neofetch: ["systeminfo"],
python: ["py", "python3"],
qjs: ["node", "quickjs"],
qjs: ["eval", "node", "quickjs"],
rd: ["rmdir"],
ren: ["rename"],
sheep: ["esheep"],