add example prompt configuration

This commit is contained in:
♥ Minnie ♥ 2025-06-30 22:42:01 +08:00
parent 297aa689b3
commit afe54d381b
Signed by: jasmine
GPG key ID: 8563E358D4E8040E

View file

@ -1,6 +1,8 @@
-- This table will hold the configuration.
local config = {}
config.prompt = "[${user}@${host}:${dir}$"
config.shellAliases = {
ls = "ls --color=auto",
}