diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-05-05 23:01:13 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-05-05 23:01:13 +0400 |
commit | 66c18969f2b427dc0c7b86ee8f39e2a2fa6f478b (patch) | |
tree | 783e54ddca4327803a55794474a4f1099ad5dbab | |
parent | 2829807158abea589f00731c16edb889f9169b99 (diff) | |
download | live-66c18969f2b427dc0c7b86ee8f39e2a2fa6f478b.tar.gz |
Configure screen history and allow open new windows with bash
-rw-r--r-- | installer-screenrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/installer-screenrc b/installer-screenrc index b8c9369..be49882 100644 --- a/installer-screenrc +++ b/installer-screenrc @@ -1,3 +1,6 @@ +defscrollback 10000 +shell -/bin/bash + startup_message off bindkey -k k1 select 1 |