From afe54d381bec52b22634a1d5167b379d4fa98e71 Mon Sep 17 00:00:00 2001 From: jasmine Date: Mon, 30 Jun 2025 22:42:01 +0800 Subject: [PATCH] add example prompt configuration --- crsh.lua | 2 ++ 1 file changed, 2 insertions(+) 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", }