From caf047d818443565c690186fa6caa40955aca215 Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Wed, 24 Aug 2011 12:14:11 -0400 Subject: [PATCH] Adding screenrc --- screenrc | 9 +++++++++ zshrc | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 screenrc diff --git a/screenrc b/screenrc new file mode 100644 index 0000000..274f60b --- /dev/null +++ b/screenrc @@ -0,0 +1,9 @@ +vbell off +defscrollback 1024 +startup_message off +caption always +caption string "%-Lw%{= bw}%50>%n%f* %t%{-}%+Lw%<" + +hardstatus alwayslastline +#hardstatus string '%{= kG}%-Lw%{= kW}%50> %n%f* %t%{= kG}%+Lw%< %{= kG}%-=%c:%s%{-}' +hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %m-%d %{W}%c %{g}]'} diff --git a/zshrc b/zshrc index 6fc79ca..3ba20ad 100644 --- a/zshrc +++ b/zshrc @@ -12,4 +12,4 @@ alias vi=vim alias grep='grep --color=auto' alias ls='ls --color=auto' -export TERM="xterm-256color" +# export TERM="xterm-256color"