-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.screenrc
More file actions
25 lines (22 loc) · 768 Bytes
/
Copy path.screenrc
File metadata and controls
25 lines (22 loc) · 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
verbose on
multiuser on
vbell on
startup_message off
defscrollback 10000
activity "Activity in %t(%n)"
# detach automatically when hangup
autodetach on
shelltitle ""
hardstatus alwayslastline
hardstatus string '%{gk}[%{G}%H%{g}][%= %{wk}%?%-Lw%?%{=b kR} (%{W}%n*%f%t%?(%u)%?%{=b kR})%{= kw}%?%+Lw%?%?%= %{g}][%{Y}%l%{g}][%{=b}%{C}%m/%d %c%{= g}]%{W}'
#shell -$SHELL
# Erase background with current bg color.
defbce "on"
# terminfo and termcap for nice 256 color terminal
# allow bold colors - necessary for some reason
attrcolor b ".I"
# tell screen how to set colors. AB = background, AF=foreground
termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
# erase background with current bg color
defbce "on"
setenv SSH_AUTH_SOCK "/tmp/ssh-agent-$USER-screen"