Created
April 14, 2011 16:54
-
-
Save mattnworb/919912 to your computer and use it in GitHub Desktop.
Old .screenrc file
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
# 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