aboutsummaryrefslogtreecommitdiffstats
path: root/screenrc
diff options
context:
space:
mode:
Diffstat (limited to 'screenrc')
-rw-r--r--screenrc19
1 files changed, 10 insertions, 9 deletions
diff --git a/screenrc b/screenrc
index aaebd28..41d21bb 100644
--- a/screenrc
+++ b/screenrc
@@ -1,18 +1,19 @@
caption always "%{= ky}%H %{= kc}%-Lw%{= br}%n %t%{= kc}%+Lw %=%{= g}%l"
termcapinfo xterm*|rxvt*|kterm*|Eterm* 'hs:ts=\E]0;:fs=\007:ds=\E]0;\007'
+defscrollback 65536
+hardstatus lastline
+hardstatus string '%h%? users: %u%?'
+ignorecase on
vbell off
vbellwait 0
-defscrollback 65536
-
-hardcopydir /home/lantw44/hardcopy
+zombie ^C^R
+# The first window should be a login shell
deflogin on
-shell -bash
+shell -$SHELL
screen
-title bash
-deflogin off
-
-zombie ^C^R
-ignorecase on
+# Other windows are non-login shells
+shell $SHELL
+deflogin off