diff options
Diffstat (limited to '.screenrc')
-rw-r--r-- | .screenrc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.screenrc b/.screenrc new file mode 100644 index 0000000..3adca73 --- /dev/null +++ b/.screenrc @@ -0,0 +1,7 @@ +# vim:syntax=screen +hardstatus alwayslastline +hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{=kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B}%Y-%m-%d %{W}%c %{g}]' + +# Default screens +#screen -t shell1 0 +#screen -t shell2 1 |