diff --git a/crsh.lua b/crsh.lua index b3c39f6..5ade999 100644 --- a/crsh.lua +++ b/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", }