diff options
| author | 2025-02-13 11:56:52 -0500 | |
|---|---|---|
| committer | 2025-02-13 11:56:52 -0500 | |
| commit | 17aadc35445c08572edcc9df826ade5d74cb4e17 (patch) | |
| tree | 60fe317e97bc4c5304d24355fae32e2576349545 /src/lush.h | |
| parent | v0.3.1 (diff) | |
added ability to configure alternate shell
Diffstat (limited to 'src/lush.h')
| -rw-r--r-- | src/lush.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
