arch/pkg/de-p1st-screen/screenrc.holoscript
2021-09-10 15:59:33 +02:00

10 lines
132 B
Bash

#!/bin/sh
# stdin: default config
# stdout: modified config
set -e
cat
echo '
# Increase lines of scrollback
defscrollback 100000'