mirror of
https://github.com/sajenim/rush.git
synced 2025-06-28 09:54:21 +08:00
feat: configuarble with lua supports custom aliases
This commit is contained in:
parent
cc104f3f42
commit
cb8bbbf414
5 changed files with 330 additions and 4 deletions
8
rush.lua
Normal file
8
rush.lua
Normal file
|
@ -0,0 +1,8 @@
|
|||
-- This table will hold the configuration.
|
||||
local config = {}
|
||||
|
||||
config.aliases = {
|
||||
ls = "ls --color=auto",
|
||||
}
|
||||
|
||||
return config
|
Loading…
Add table
Add a link
Reference in a new issue