diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2013-03-31 22:33:06 +0200 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2013-04-01 03:49:30 +0200 |
| commit | e070e738f17fbc6f65574671a8d34780228adc3d (patch) | |
| tree | 370c5490407af947ca2e376a75911ee584f473ad /src/option_manager.cc | |
| parent | 75fae291e16c9c3b3c22670962fde1530f45e5b4 (diff) | |
Set default shell to bash, as most kak files requires it
Diffstat (limited to 'src/option_manager.cc')
| -rw-r--r-- | src/option_manager.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/option_manager.cc b/src/option_manager.cc index a06177d7..453f88db 100644 --- a/src/option_manager.cc +++ b/src/option_manager.cc @@ -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))$)"}); |
