Skip to content

Instantly share code, notes, and snippets.

@carsongee
Created October 8, 2014 13:49
Show Gist options
  • Save carsongee/b6971a11d2db915f6333 to your computer and use it in GitHub Desktop.
Save carsongee/b6971a11d2db915f6333 to your computer and use it in GitHub Desktop.
.screenrc
# no startup msg
startup_message off
# always use a login shell
shell -$SHELL
# auto-log
logfile $HOME/log/screen-logs/%Y%m%d-%n.log
deflog on
escape ^Oo
defscrollback 10000
hardstatus on
hardstatus alwayslastline
hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %m-%d %{W}%c %{g}]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment