mirror of
https://github.com/sajenim/rush.git
synced 2025-06-28 09:54:21 +08:00
rename project as rush is taken by multiple projects
This commit is contained in:
parent
fa47639ef3
commit
2b0053f1d7
6 changed files with 5 additions and 5 deletions
8
rshx.lua
Normal file
8
rshx.lua
Normal file
|
@ -0,0 +1,8 @@
|
|||
-- This table will hold the configuration.
|
||||
local config = {}
|
||||
|
||||
config.shellAliases = {
|
||||
ls = "ls --color=auto",
|
||||
}
|
||||
|
||||
return config
|
Loading…
Add table
Add a link
Reference in a new issue