Skip to content

Instantly share code, notes, and snippets.

@reinh
Created April 27, 2010 19:52
Show Gist options
  • Save reinh/381215 to your computer and use it in GitHub Desktop.
Save reinh/381215 to your computer and use it in GitHub Desktop.
source /Users/reinh/.screenrc
# Default screens
split
screen -t autospec 1 ./script/autospec
focus
screen -t shell1 0
startup_message off
escape ^Gg # use ctrl-z instead of ctrl-a
hardstatus on
hardstatus alwayslastline
hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %d/%m %{W}%c %{g}]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment