aboutsummaryrefslogtreecommitdiffstats
path: root/src/lush.h
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 /src/lush.h
parentv0.3.1 (diff)
added ability to configure alternate shell
Diffstat (limited to 'src/lush.h')
-rw-r--r--src/lush.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lush.h b/src/lush.h
index 9ca9722..139f638 100644
--- a/src/lush.h
+++ b/src/lush.h
@@ -55,9 +55,9 @@ int lush_execute_chain(lua_State *L, char ***commands, int num_commands);
void lush_format_prompt(const char *prompt_format);
-// enable for autocomplete text set in init.lua
// initialized in the lua_api
extern bool suggestion_enable;
+extern char *alt_shell;
// format spec for the prompt
extern char *prompt_format;