From: Simon Ruderich Date: Mon, 15 Oct 2012 19:05:03 +0000 (+0200) Subject: setup.sh: Minor documentation update. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=19f42331cfee4cc5d76f2f789eade66db25ef531 setup.sh: Minor documentation update. --- diff --git a/setup.sh b/setup.sh index aa323ac..7f5ab28 100755 --- a/setup.sh +++ b/setup.sh @@ -88,8 +88,9 @@ if test "`id -u`" -ne 0; then grep -v '(ROOT)' screenrc > screenrc.tmp mv screenrc.tmp screenrc fi -# I use some features of screen which are only in Git. Drop them on machines -# which have older versions. They are marked as "(GIT)". +# I use some features of GNU screen which are only in Git or very recent GNU +# screen versions. Drop them on machines which have older versions. They are +# marked as "(GIT)". if test -d "$HOME/development/shell/screen"; then echo screenrc: removing Git features grep -v '(GIT)' screenrc > screenrc.tmp