aboutsummaryrefslogtreecommitdiffstats
path: root/.lush/init.lua
diff options
context:
space:
mode:
Diffstat (limited to '.lush/init.lua')
-rw-r--r--.lush/init.lua3
1 files changed, 3 insertions, 0 deletions
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