summaryrefslogtreecommitdiff
path: root/ui/qt5/horizonwizard.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt5/horizonwizard.cc')
-rw-r--r--ui/qt5/horizonwizard.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/qt5/horizonwizard.cc b/ui/qt5/horizonwizard.cc
index 53331ff..36746ea 100644
--- a/ui/qt5/horizonwizard.cc
+++ b/ui/qt5/horizonwizard.cc
@@ -702,6 +702,8 @@ QString HorizonWizard::toHScript() {
/* handwavy-future: When we have language support, set it here */
lines << "language en_US.UTF-8";
+ lines << "rootshell /bin/zsh";
+
auto iterator = valid_keymaps.begin();
std::advance(iterator, field("keymap").toInt());
lines << ("keymap " + QString::fromStdString(*iterator));