X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=blobdiff_plain;f=shell%2Fsetup.sh;h=394c46310d8c0001e53cb686e9e9f0bcd3f30353;hp=5e6866fea72bea1905843c02fea7ff095b0e4f58;hb=8800a6c2fd5b1025a0441ecaa0dd108c78f66eb7;hpb=239120feaa158bbb530d41c52ecca47415d85aec 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