From 1b9e2fab528221bcdeed96edaf0be3cb44399ff7 Mon Sep 17 00:00:00 2001 From: Mike Sawka Date: Fri, 4 Oct 2024 12:52:25 -0700 Subject: [PATCH] add term:localshellpath (#52) --- docs/config.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/config.mdx b/docs/config.mdx index af8f3fb..c242b88 100644 --- a/docs/config.mdx +++ b/docs/config.mdx @@ -22,6 +22,8 @@ use ":" as level separators. | term:fontsize | float | the fontsize for the terminal block | | term:fontfamily | string | font family to use for terminal block | | term:disablewebgl | bool | set to false to disable WebGL acceleration in terminal | +| term:localshellpath | string | set to override the default shell path for local terminals | +| term:localshellopts | string[] | set to pass additional parameters to the term:localshellpath | | editor:minimapenabled | bool | set to false to disable editor minimap | | editor:stickscrollenabled | bool | | | web:openlinksinternally | bool | set to false to open web links in external browser |