This commit is contained in:
2024-12-07 17:44:06 -05:00
commit 1acfbf3b2e
7 changed files with 830 additions and 0 deletions

6
luau/config/init.luau Normal file
View File

@ -0,0 +1,6 @@
--!strict
local Username = Shell.system.username
local Hostname = Shell.system.hostname
Shell.prompt = `{Username}@{Hostname} λ `