init
This commit is contained in:
6
luau/config/init.luau
Normal file
6
luau/config/init.luau
Normal file
@ -0,0 +1,6 @@
|
||||
--!strict
|
||||
|
||||
local Username = Shell.system.username
|
||||
local Hostname = Shell.system.hostname
|
||||
|
||||
Shell.prompt = `{Username}@{Hostname} λ `
|
Reference in New Issue
Block a user