Skip to content

Instantly share code, notes, and snippets.

@IGZalbertogregoris
Created November 27, 2013 14:41
Show Gist options
  • Save IGZalbertogregoris/7676769 to your computer and use it in GitHub Desktop.
Save IGZalbertogregoris/7676769 to your computer and use it in GitHub Desktop.
screenrc status bar configuration (~/.screenrc)
"# turns off the license screen
startup_message off
# Status bar
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}]'
# define a bigger scrollback, default is 100 lines.
defscrollback 10000
# Default windows
screen -t Local bash
# screen -t MacMiniIGZ ssh -i lab.pem [email protected]
# screen -t NxtSubscribe bash -c ""cd webSSE/nxt;node main.js; bash"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment