arch/pkg/de-p1st-screen/screenrc.holoscript

10 lines
132 B
Plaintext
Raw Normal View History

2021-05-03 22:17:59 +02:00
#!/bin/sh
# stdin: default config
# stdout: modified config
2021-09-10 15:59:33 +02:00
set -e
2021-05-03 22:17:59 +02:00
cat
2021-05-03 22:21:56 +02:00
echo '
# Increase lines of scrollback
defscrollback 100000'