Skip to content

Instantly share code, notes, and snippets.

@pbrisbin
Created October 16, 2010 00:21
Show Gist options
  • Select an option

  • Save pbrisbin/629202 to your computer and use it in GitHub Desktop.

Select an option

Save pbrisbin/629202 to your computer and use it in GitHub Desktop.
# 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