Don't hardcore zsh as shell in screenrc
authorChristian Hofstaedtler <ch@grml.org>
Wed, 1 Jun 2011 11:39:25 +0000 (13:39 +0200)
committerChristian Hofstaedtler <ch@grml.org>
Wed, 1 Jun 2011 11:39:25 +0000 (13:39 +0200)
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.

etc/grml/screenrc
etc/grml/screenrc_acpi
etc/grml/screenrc_generic

index 29ee723..f191973 100644 (file)
@@ -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"
index 7a03b62..6ad6ac6 100644 (file)
@@ -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"
index 5c76c1e..0d631a6 100644 (file)
@@ -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"