Skip to content

Instantly share code, notes, and snippets.

@bramblex
Created July 8, 2016 10:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bramblex/8f1c0ed868b70763c988c1db9a699e1e to your computer and use it in GitHub Desktop.
Save bramblex/8f1c0ed868b70763c988c1db9a699e1e to your computer and use it in GitHub Desktop.
Auto start screen after login.
# Auto start screen when login
[[ -z "$STY" ]] && screen -x $USER || screen -S $USER && exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment