public
Description: Profile management
Homepage: http://www.silassewell.com/blog/2009/03/08/profile-management-with-git-and-github/
Clone URL: git://github.com/silas/config.git
config / .screenrc
100644 12 lines (8 sloc) 0.187 kb
1
2
3
4
5
6
7
8
9
10
11
12
# Disable startup message
startup_message off
 
# Use shell variable for shell (OS X fix)
shell -$SHELL
 
# Disable visual bell
vbell off
 
# Set long scrollback buffer
defscrollback 30000