add example prompt configuration
This commit is contained in:
parent
297aa689b3
commit
afe54d381b
1 changed files with 2 additions and 0 deletions
2
crsh.lua
2
crsh.lua
|
@ -1,6 +1,8 @@
|
|||
-- This table will hold the configuration.
|
||||
local config = {}
|
||||
|
||||
config.prompt = "[${user}@${host}:${dir}$"
|
||||
|
||||
config.shellAliases = {
|
||||
ls = "ls --color=auto",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue