]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
shell/setup.sh: remove unused code for screenrc
authorSimon Ruderich <simon@ruderich.org>
Wed, 18 Jul 2018 07:50:28 +0000 (09:50 +0200)
committerSimon Ruderich <simon@ruderich.org>
Wed, 18 Jul 2018 07:52:15 +0000 (09:52 +0200)
Unused since 37ae4aa ("screenrc: Disable auto-lock.", 2013-12-27).

shell/screenrc.in
shell/setup.sh

index d45da635fe757410e45c0925a3215187eed51798..0ac4b7c7d5bd5a5c6dd2bd2b79134d57ba6f8842 100644 (file)
@@ -1,6 +1,6 @@
 # GNU screen configuration file.
 #
-# (BATTERY) is only used on laptops, (ROOT) only if running as root.
+# (NAME) is used to selectively disable features, see setup.sh for details.
 
 # Copyright (C) 2011-2018  Simon Ruderich
 #
index ef74ba130f083bf7343e0d60251074e583280cdd..5e6866fea72bea1905843c02fea7ff095b0e4f58 100755 (executable)
@@ -2,7 +2,7 @@
 
 # Setup script for shell configuration files.
 
-# Copyright (C) 2011-2014  Simon Ruderich
+# Copyright (C) 2011-2018  Simon Ruderich
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -161,12 +161,6 @@ if test -z "$use_256colors"; then
     sed_i 's/Enable 256 color/Disable 256 color/;
            s/screen-256color/screen/' screenrc
 fi
-# Some options are only necessary when running as root. They are marked as
-# "(ROOT)".
-if test "`id -u`" -ne 0; then
-    echo 'screenrc: removing root options'
-    grep_i -v '(ROOT)' screenrc
-fi
 # Rxvt doesn't need the attrcolor "fix". As I prefer rxvt assume I use it when
 # it's installed.
 if installed rxvt; then