From 17aadc35445c08572edcc9df826ade5d74cb4e17 Mon Sep 17 00:00:00 2001 From: BanceDev Date: Thu, 13 Feb 2025 11:56:52 -0500 Subject: added ability to configure alternate shell --- .lush/init.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to '.lush/init.lua') diff --git a/.lush/init.lua b/.lush/init.lua index a6b5911..337c2da 100644 --- a/.lush/init.lua +++ b/.lush/init.lua @@ -34,5 +34,8 @@ lush.setPrompt("[%u@%h: %w]") -- and the command to execute with the alias lush.alias("h", "help") +-- you can set a backup shell for functionality not supported by Lunar Shell +-- lush.altShell("bash") + -- all functions from the Lunar Shell Lua API are available to you to -- customize your startup however you want -- cgit v1.2.3-59-g8ed1b