]> git.pld-linux.org Git - packages/screen.git/blob - screenrc
- drop samples (sample will be put to %doc)
[packages/screen.git] / screenrc
1 # user's .screenrc file
2
3 # no annoying audible bell, please
4 vbell on
5
6 # detach on hangup
7 autodetach on
8
9 # don't display the copyright page
10 startup_message off
11
12 # emulate .logout message
13 pow_detach_msg "Screen session of \$LOGNAME \$:cr:\$:nl:ended."
14
15 # make the shell in every window a login shell
16 shell -$SHELL
17
18 defscrollback 5000
19
20 # don't kill window after the process died
21 zombie "^Mr"
22
23 # enable support for the "alternate screen" capability in all windows
24 # altscreen on
This page took 0.022267 seconds and 3 git commands to generate.