Created
October 16, 2010 00:21
-
-
Save pbrisbin/629202 to your computer and use it in GitHub Desktop.
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
| # screen config file; ~/.screenrc | |
| # put all our main screen settings like | |
| # term, shell, vbell, hardstatus whatever | |
| # | |
| # then add this: | |
| # sources environment-specific apps | |
| source "$SCREEN_CONF_DIR/$SCREEN_CONF" | |
| # you can even add some tabs you'll always | |
| # open no matter what | |
| # then always open some terms | |
| screen -t bash $SHELL | |
| screen -t bash $SHELL | |
| screen -t bash $SHELL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment