X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=shell%2Fsetup.sh;h=394c46310d8c0001e53cb686e9e9f0bcd3f30353;hb=eeb98a38df65b59ebb5a235f541f30cd3f9c0c0b;hp=5e6866fea72bea1905843c02fea7ff095b0e4f58;hpb=239120feaa158bbb530d41c52ecca47415d85aec;p=config%2Fdotfiles.git diff --git a/shell/setup.sh b/shell/setup.sh index 5e6866f..394c463 100755 --- a/shell/setup.sh +++ b/shell/setup.sh @@ -184,6 +184,11 @@ if ! test -d "$temperature"; then fi apply_optional_replacement screenrc \ temperature TEMPERATURE "$temperature" +# Settings for local hosts. +if test -z "${SSH_CONNECTION:+set}"; then + echo 'screenrc: removing remote options' + grep_i -v '(REMOTE)' screenrc +fi if installed tmux; then