rename project as rush is taken by multiple projects

This commit is contained in:
♥ Minnie ♥ 2025-06-13 10:33:06 +08:00
parent fa47639ef3
commit 2b0053f1d7
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
6 changed files with 5 additions and 5 deletions

8
rshx.lua Normal file
View file

@ -0,0 +1,8 @@
-- This table will hold the configuration.
local config = {}
config.shellAliases = {
ls = "ls --color=auto",
}
return config