From: Christian Hofstaedtler Date: Wed, 1 Jun 2011 11:39:25 +0000 (+0200) Subject: Don't hardcore zsh as shell in screenrc X-Git-Tag: v0.4.00~35 X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=04acd40cbcd41423098bc6b771dcbc986efa363f Don't hardcore zsh as shell in screenrc Not everybody uses zsh as their shell, so don't hardcode it in an unrelated config file. This way screen will just fall back to whatever the user uses. --- diff --git a/etc/grml/screenrc b/etc/grml/screenrc index 29ee723..f191973 100644 --- a/etc/grml/screenrc +++ b/etc/grml/screenrc @@ -36,7 +36,7 @@ # fix the "screen.linux" terminal problem (see Debian BTS #238355 + #239776) # term linux - shell /bin/zsh +# shell /bin/zsh # "sorendition": set the colors for # the "messages" and "text marking" diff --git a/etc/grml/screenrc_acpi b/etc/grml/screenrc_acpi index 7a03b62..6ad6ac6 100644 --- a/etc/grml/screenrc_acpi +++ b/etc/grml/screenrc_acpi @@ -36,7 +36,7 @@ # fix the "screen.linux" terminal problem (see Debian BTS #238355 + #239776) # term linux - shell /bin/zsh +# shell /bin/zsh # "sorendition": set the colors for # the "messages" and "text marking" diff --git a/etc/grml/screenrc_generic b/etc/grml/screenrc_generic index 5c76c1e..0d631a6 100644 --- a/etc/grml/screenrc_generic +++ b/etc/grml/screenrc_generic @@ -34,7 +34,7 @@ # fix the "screen.linux" terminal problem (see Debian BTS #238355 + #239776) # term linux - shell /bin/zsh +# shell /bin/zsh # "sorendition": set the colors for # the "messages" and "text marking"