mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2025-12-06 00:20:05 +01:00
Allow eval as alias for qjs
This commit is contained in:
parent
aa274f75a5
commit
592dad27eb
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user