Created
February 25, 2012 02:01
-
-
Save goblindegook/1905242 to your computer and use it in GitHub Desktop.
.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
startup_message off | |
screen -t top 0 htop | |
screen -t bash 1 | |
screen -t bash 2 | |
screen -t bash 3 | |
screen -t bash 4 | |
screen -t bash 5 | |
screen -t bash 6 | |
screen -t bash 7 | |
screen -t log 8 | |
stuff "tail -f ~/logs/*.log\015" | |
screen -t debug 9 | |
stuff "tail -f ~/public_html/*/wp-content/debug.log\015" | |
select 1 | |
altscreen on | |
defutf8 on | |
term screen-256color | |
bind ',' prev | |
bind '.' next | |
#backtick 100 60 60 "hostname -I" | |
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