Skip to content

Instantly share code, notes, and snippets.

@mattnworb
Created April 14, 2011 16:54
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 mattnworb/919912 to your computer and use it in GitHub Desktop.
Save mattnworb/919912 to your computer and use it in GitHub Desktop.
Old .screenrc file
# window 1
chdir /home/matt/code/project/logs
screen -t 'logs'
# window 2
chdir /home/matt/code/project/logs
screen -t 'errors'
# window 3
chdir /home/matt/code/project
screen -t 'project'
# window 4
chdir
screen -t 'bash'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment