# HG changeset patch # User Steve Losh # Date 1283881957 14400 # Node ID 1fb23f9d83daca9e7c9a21c094a99b6b968b00a3 # Parent 60e2635ffe32d3c914aecb1cfbd50de8d2059645 screen: add a simple screenrc diff -r 60e2635ffe32 -r 1fb23f9d83da .screenrc --- /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 " diff -r 60e2635ffe32 -r 1fb23f9d83da .zshrc --- 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"