Skip to content

Commit b47cac6

Browse files
authoredOct 11, 2017
Adding screen til and .screenrc file
1 parent c6bc144 commit b47cac6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
 

‎screen/.screenrc

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
shell -$SHELL
2+
termcapinfo xterm* ti@:te@
3+
startup_message off
4+
vbell off
5+
autodetach on
6+
altscreen on
7+
shelltitle "$ |bash"
8+
defscrollback 10000
9+
defutf8 on
10+
nonblock on
11+
12+
hardstatus alwayslastline
13+
hardstatus string '%{= kw}[ %{= kb}%H%{= kw} ][%= %{= kw}%?%-Lw%?%{= kW}%n*%f %t%?%?%{= kw}%?%+Lw%?%?%= ][ %{r}%l%{w} ]%{w}[%{r} %d/%m/%y %C %A %{w}]%{w}'

0 commit comments

Comments
 (0)
Please sign in to comment.