mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-24 07:53:41 +03:00
Set default shell to bash, as most kak files requires it
This commit is contained in:
parent
75fae291e1
commit
e070e738f1
@ -111,7 +111,7 @@ GlobalOptions::GlobalOptions()
|
||||
declare_option<int>("indentwidth", 4);
|
||||
declare_option<String>("eolformat", "lf");
|
||||
declare_option<String>("BOM", "no");
|
||||
declare_option<String>("shell", "sh");
|
||||
declare_option<String>("shell", "bash");
|
||||
declare_option<bool>("complete_prefix", true);
|
||||
declare_option<bool>("incsearch", true);
|
||||
declare_option<Regex>("ignored_files", Regex{R"(^(\..*|.*\.(o|so|a))$)"});
|
||||
|
Loading…
Reference in New Issue
Block a user