aboutsummaryrefslogtreecommitdiffstats
path: root/.lush
diff options
context:
space:
mode:
authorGravatar BanceDev 2025-02-13 11:56:52 -0500
committerGravatar BanceDev 2025-02-13 11:56:52 -0500
commit17aadc35445c08572edcc9df826ade5d74cb4e17 (patch)
tree60fe317e97bc4c5304d24355fae32e2576349545 /.lush
parentv0.3.1 (diff)
added ability to configure alternate shell
Diffstat (limited to '.lush')
-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