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 --- src/lush.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lush.h') 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; -- cgit v1.2.3-59-g8ed1b