summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 12:48:17 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 12:48:17 +0000
commit2b0b637d3b65c23c91097a39fdd7d4f7a87078fb (patch)
tree785c1466f3c8810372b8926903a3f04d8f473810
parentSetting compacthist to on. (diff)
downloadscreen-2b0b637d3b65c23c91097a39fdd7d4f7a87078fb.tar.xz
screen-2b0b637d3b65c23c91097a39fdd7d4f7a87078fb.zip
Start shells as login-shells.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/screenrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/screenrc b/debian/screenrc
index d78f916..f14f3be 100644
--- a/debian/screenrc
+++ b/debian/screenrc
@@ -104,6 +104,9 @@ altscreen on
# history buffer
compacthist on
+# Start shell as a login-shell.
+shell -$SHELL
+
# ------------------------------------------------------------------------------
# STARTUP SCREENS
# ------------------------------------------------------------------------------