Skip to content

Instantly share code, notes, and snippets.

@anatolyg
Created March 15, 2012 02:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anatolyg/2041218 to your computer and use it in GitHub Desktop.
Save anatolyg/2041218 to your computer and use it in GitHub Desktop.
always load screen when session starts
# add to bottom of your .bashrc
if [ "$TERM" != "screen" ]; then
#screen -D -R
#Update 2008 Dec 16: -xRR is way better
screen -xRR
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment