Created
November 27, 2013 14:41
-
-
Save IGZalbertogregoris/7676769 to your computer and use it in GitHub Desktop.
screenrc status bar configuration (~/.screenrc)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"# 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