screen: add a simple screenrc
author |
Steve Losh <steve@stevelosh.com> |
date |
Tue, 07 Sep 2010 13:52:37 -0400 |
parents |
60e2635ffe32
|
children |
11fa15bba02f
2e6fcff5e120
|
branches/tags |
(none) |
files |
.screenrc .zshrc |
Changes
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/.screenrc Tue Sep 07 13:52:37 2010 -0400
@@ -0,0 +1,11 @@
+#kill startup message
+startup_message off
+# define a bigger scrollback, default is 100 lines
+defscrollback 1024
+
+# An alternative hardstatus to display a bar at the bottom listing the
+# windownames and highlighting the current windowname in blue. (This is only
+# enabled if there is no hardstatus setting for your terminal)
+hardstatus on
+hardstatus alwayslastline
+hardstatus string "%{.bW}%-w%{.rW}%n %t%{-}%+w %=%{..G} %H %{..Y} %m/%d %C%a "
--- a/.zshrc Fri Sep 03 11:57:27 2010 -0400
+++ b/.zshrc Tue Sep 07 13:52:37 2010 -0400
@@ -29,6 +29,7 @@
export R_LIBS="$HOME/lib/r"
export BAT_CHARGE="$HOME/bin/batcharge.py"
export RUBYOPT=rubygems
+export CLASSPATH=$CLASSPATH:/usr/local/Cellar/clojure-contrib/1.2.0/clojure-contrib.jar
# Mercurial variables --------------------------------------------------------
export PATH="$HOME/lib/hg/hg-stable:$PATH"