diff --git a/apply-dotfiles b/apply-dotfiles index 4eae179..f86623c 100755 --- a/apply-dotfiles +++ b/apply-dotfiles @@ -15,6 +15,7 @@ restore_from_adoption() { apply_dotfile bash apply_dotfile sh apply_dotfile readline +apply_dotfile screen apply_dotfile vim diff --git a/screen/.screenrc b/screen/.screenrc new file mode 100644 index 0000000..bb6ef02 --- /dev/null +++ b/screen/.screenrc @@ -0,0 +1 @@ +defscrollback 100000